Home
last modified time | relevance | path

Searched refs:bDocid (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/fts3/
H A Dfts3.c1632 int bDocid; /* True if this constraint is on docid */ in fts3BestIndexMethod() local
1649 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()