Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3.c1618 int iDocidLe = -1; /* Index of docid<=x constraint, if present */ in fts3BestIndexMethod() local
1691 iDocidLe = i; in fts3BestIndexMethod()
1713 if( iDocidLe>=0 ){ in fts3BestIndexMethod()
1715 pInfo->aConstraintUsage[iDocidLe].argvIndex = iIdx++; in fts3BestIndexMethod()