Home
last modified time | relevance | path

Searched refs:iIndex (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c196598 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
[all …]