Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c243890 int iInst; /* Next phrase instance index */ member
243907 while( rc==SQLITE_OK && pIter->iInst<pIter->nInst ){
243909 rc = pIter->pApi->xInst(pIter->pFts, pIter->iInst, &ip, &ic, &io);
243922 pIter->iInst++;