Searched refs:nInst (Results 1 – 1 of 1) sorted by relevance
243891 int nInst; /* Total number of phrase instances */ member243907 while( rc==SQLITE_OK && pIter->iInst<pIter->nInst ){243945 rc = pApi->xInstCount(pFts, &pIter->nInst);244226 int nInst; local244231 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 */ local244311 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 …]