Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c243891 int nInst; /* Total number of phrase instances */ member
243907 while( rc==SQLITE_OK && pIter->iInst<pIter->nInst ){
243945 rc = pApi->xInstCount(pFts, &pIter->nInst);
244226 int nInst; local
244231 rc = pApi->xInstCount(pFts, &nInst);
244232 for(i=0; i<nInst && rc==SQLITE_OK; i++){
244278 int nInst = 0; /* Number of instance matches this row */ local
244311 rc = pApi->xInstCount(pFts, &nInst);
244335 for(ii=0; rc==SQLITE_OK && ii<nInst; ii++){
244554 int nInst = 0; /* Value returned by xInstCount() */ local
[all …]