Lines Matching defs:xInstCount
13221 ** xInstCount:
13235 ** output by xInstCount(). If iIdx is less than zero or greater than
13236 ** or equal to the value returned by xInstCount(), SQLITE_RANGE is returned.
13328 ** xInstCount/xInst APIs. While the xInstCount/xInst APIs are more convenient
13379 ** (or xInst/xInstCount). The chief advantage of this API is that it is
13405 ** value returned by xInstCount(), SQLITE_RANGE is returned. Otherwise,
13437 int (*xInstCount)(Fts5Context*, int *pnInst);
231530 ** xInstCount:
231544 ** output by xInstCount(). If iIdx is less than zero or greater than
231545 ** or equal to the value returned by xInstCount(), SQLITE_RANGE is returned.
231637 ** xInstCount/xInst APIs. While the xInstCount/xInst APIs are more convenient
231688 ** (or xInst/xInstCount). The chief advantage of this API is that it is
231714 ** value returned by xInstCount(), SQLITE_RANGE is returned. Otherwise,
231746 int (*xInstCount)(Fts5Context*, int *pnInst);
234560 rc = pApi->xInstCount(pFts, &pIter->nInst);
234838 rc = pApi->xInstCount(pFts, &nInst);
234918 rc = pApi->xInstCount(pFts, &nInst);
235149 int nInst = 0; /* Value returned by xInstCount() */
235159 rc = pApi->xInstCount(pFts, &nInst);
249792 /* Cache used by auxiliary functions xInst() and xInstCount() */