Searched refs:nInst (Results 1 – 1 of 1) sorted by relevance
244623 int nInst; /* Total number of phrase instances */ member244639 while( rc==SQLITE_OK && pIter->iInst<pIter->nInst ){244677 rc = pApi->xInstCount(pFts, &pIter->nInst);244958 int nInst; local244963 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 */ local245043 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 …]