Searched refs:pDocidLe (Results 1 – 1 of 1) sorted by relevance
196943 sqlite3_value *pDocidLe = 0; /* The "docid <= ?" constraint, if any */ local196962 if( idxNum & FTS3_HAVE_DOCID_LE ) pDocidLe = apVal[iIdx++];196970 pCsr->iMaxDocid = fts3DocidRange(pDocidLe, LARGEST_INT64);197012 if( pDocidGe || pDocidLe ){