Lines Matching defs:pnInst
12798 ** Set *pnInst to the total number of occurrences of all phrases within
12975 int (*xInstCount)(Fts5Context*, int *pnInst);
221459 ** Set *pnInst to the total number of occurrences of all phrases within
221636 int (*xInstCount)(Fts5Context*, int *pnInst);
238813 static int fts5ApiInstCount(Fts5Context *pCtx, int *pnInst){
238818 *pnInst = pCsr->nInstCount;