Lines Matching defs:xInst
12807 ** xInst:
12899 ** xInstCount/xInst APIs. While the xInstCount/xInst APIs are more convenient
12950 ** (or xInst/xInstCount). The chief advantage of this API is that it is
12976 int (*xInst)(Fts5Context*, int iIdx, int *piPhrase, int *piCol, int *piOff);
221468 ** xInst:
221560 ** xInstCount/xInst APIs. While the xInstCount/xInst APIs are more convenient
221611 ** (or xInst/xInstCount). The chief advantage of this API is that it is
221637 int (*xInst)(Fts5Context*, int iIdx, int *piPhrase, int *piCol, int *piOff);
224343 rc = pIter->pApi->xInst(pIter->pFts, pIter->iInst, &ip, &ic, &io);
224624 rc = pApi->xInst(pFts, i, &ip, &ic, &iOff);
224727 rc = pApi->xInst(pFts, ii, &ip, &ic, &io);
224943 rc = pApi->xInst(pFts, i, &ip, &ic, &io);
237024 /* Cache used by auxiliary functions xInst() and xInstCount() */