Lines Matching refs:iBase
135748 int iBase, /* Use this for the table cursor, if there is one */
135773 if( iBase<0 ) iBase = pParse->nTab;
135774 iDataCur = iBase++;
135781 *piIdxCur = iBase;
135783 int iIdxCur = iBase++;
135796 if( iBase>pParse->nTab ) pParse->nTab = iBase;
156890 int iBase; /* Base register of multi-key index record */
158114 pIn->iBase = iReg - i;
162698 int iBase, /* Cursor for table associated with pIdx */
162710 && p->iTable==iBase
162757 int iBase;
162763 iBase = pTabList->a[0].iCursor;
162774 if( p->iTable==iBase && p->iColumn<0 ) return 1;
162794 if( 0==sqlite3WhereFindTerm(pWC, iBase, i, ~(Bitmask)0, WO_EQ, pIdx) ){
162795 if( findIndexCol(pParse, pDistinct, iBase, pIdx, i)<0 ) break;
169117 pIn->iBase, pIn->nPrefix);
197042 sqlite3_int64 iBase; /* First absolute level for iLangid/iIndex */
197047 iBase = ((sqlite3_int64)iLangid * p->nIndex + iIndex) * FTS3_SEGDIR_MAXLEVEL;
197048 return iBase + iLevel;