Lines Matching refs:iIndex
196598 int iIndex, /* Index to search (from 0 to p->nIndex-1) */ argument
196618 rc = sqlite3Fts3SegReaderPending(p, iIndex, zTerm, nTerm, isPrefix||isScan, &pSeg);
196626 rc = sqlite3Fts3AllSegdirs(p, iLangid, iIndex, iLevel, &pStmt);
196672 int iIndex, /* Index to search (from 0 to p->nIndex-1) */ argument
196680 assert( iIndex>=0 && iIndex<p->nIndex );
196691 p, iLangid, iIndex, iLevel, zTerm, nTerm, isPrefix, isScan, pCsr
204571 int iIndex, /* Index in p->aIndex[] */ argument
204577 assert( iIndex>=0 && iIndex<p->nIndex );
204579 iBase = ((sqlite3_int64)iLangid * p->nIndex + iIndex) * FTS3_SEGDIR_MAXLEVEL;
204603 int iIndex, /* Index for p->aIndex[] */ argument
204612 assert( iIndex>=0 && iIndex<p->nIndex );
204618 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
204620 getAbsoluteLevel(p, iLangid, iIndex, FTS3_SEGDIR_MAXLEVEL-1)
204627 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex,iLevel));
205136 int iIndex, /* Index for p->aIndex */ argument
205151 pNextIdx, 1, getAbsoluteLevel(p, iLangid, iIndex, iLevel)
205166 fts3LogMerge(16, getAbsoluteLevel(p, iLangid, iIndex, iLevel));
205167 rc = fts3SegmentMerge(p, iLangid, iIndex, iLevel);
205712 int iIndex, /* Index for p->aIndex */ argument
205725 pHash = &p->aIndex[iIndex].hPending;
206477 int iIndex, argument
206482 assert( iIndex>=0 && iIndex<p->nIndex );
206492 sqlite3_bind_int64(pStmt, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
206494 getAbsoluteLevel(p, iLangid, iIndex, FTS3_SEGDIR_MAXLEVEL-1)
206573 int iIndex, /* Index for p->aIndex */ argument
206593 sqlite3_bind_int64(pDelete, 1, getAbsoluteLevel(p, iLangid, iIndex, 0));
206595 getAbsoluteLevel(p, iLangid, iIndex, FTS3_SEGDIR_MAXLEVEL-1)
206602 pDelete, 1, getAbsoluteLevel(p, iLangid, iIndex, iLevel)
207231 int iIndex, /* Index in p->aIndex[] to merge */ argument
207248 assert( iIndex>=0 && iIndex<p->nIndex );
207250 rc = sqlite3Fts3SegReaderCursor(p, iLangid, iIndex, iLevel, 0, 0, 1, 0, &csr);
207254 rc = fts3SegmentMaxLevel(p, iLangid, iIndex, &iMaxLevel);
207276 iNewLevel = getAbsoluteLevel(p, iLangid, iIndex, iLevel+1);
207277 rc = fts3AllocateSegdirIdx(p, iLangid, iIndex, iLevel+1, &iIdx);
207283 assert_fts3_nc( iNewLevel>=getAbsoluteLevel(p, iLangid, iIndex, 0) );
207285 iNewLevel<getAbsoluteLevel(p, iLangid, iIndex,FTS3_SEGDIR_MAXLEVEL)
207304 p, iLangid, iIndex, iLevel, csr.apSegment, csr.nSegment
209200 int iIndex, /* Index (0..Fts3Table.nIndex-1) */ argument
209209 ret += (ret<<3) + iIndex;
209229 int iIndex, /* Index to cksum (0..p->nIndex-1) */ argument
209245 p, iLangid, iIndex, FTS3_SEGCURSOR_ALL, 0, 0, 0, 1,&csr
209281 csr.zTerm, csr.nTerm, iLangid, iIndex, iDocid,