Home | History | Annotate | Download | only in fts2

Lines Matching refs:pFts

1911   fulltext_vtab *pFts;  /* The full text index */
3281 pVtab = pQuery->pFts;
3333 fulltext_vtab *pFts;
3337 pFts = p->q.pFts;
3338 nColumn = pFts->nColumn;
3746 (iCol = checkColumnSpecifier(pQuery->pFts, pToken, nToken))>=0 ){
3810 pQuery->pFts = v;