Lines Matching defs:pnInst
8239 ** Set *pnInst to the total number of occurrences of all phrases within
8366 int (*xInstCount)(Fts5Context*, int *pnInst);
165753 ** Set *pnInst to the total number of occurrences of all phrases within
165880 int (*xInstCount)(Fts5Context*, int *pnInst);
179926 static int fts5ApiInstCount(Fts5Context *pCtx, int *pnInst){
179931 *pnInst = pCsr->nInstCount;