Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c244623 int nInst; /* Total number of phrase instances */ member
244639 while( rc==SQLITE_OK && pIter->iInst<pIter->nInst ){
244677 rc = pApi->xInstCount(pFts, &pIter->nInst);
244958 int nInst; local
244963 rc = pApi->xInstCount(pFts, &nInst);
244964 for(i=0; i<nInst && rc==SQLITE_OK; i++){
245010 int nInst = 0; /* Number of instance matches this row */ local
245043 rc = pApi->xInstCount(pFts, &nInst);
245067 for(ii=0; rc==SQLITE_OK && ii<nInst; ii++){
245286 int nInst = 0; /* Value returned by xInstCount() */ local
[all …]