Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3.c1617 int iDocidGe = -1; /* Index of docid>=x constraint, if present */ in fts3BestIndexMethod() local
1686 iDocidGe = i; in fts3BestIndexMethod()
1709 if( iDocidGe>=0 ){ in fts3BestIndexMethod()
1711 pInfo->aConstraintUsage[iDocidGe].argvIndex = iIdx++; in fts3BestIndexMethod()