Searched refs:bDocid (Results 1 – 1 of 1) sorted by relevance
1632 int bDocid; /* True if this constraint is on docid */ in fts3BestIndexMethod() local1649 bDocid = (pCons->iColumn<0 || pCons->iColumn==p->nColumn+1); in fts3BestIndexMethod()1652 if( iCons<0 && pCons->op==SQLITE_INDEX_CONSTRAINT_EQ && bDocid ){ in fts3BestIndexMethod()1682 if( bDocid ){ in fts3BestIndexMethod()