Searched refs:idxLevel (Results 1 – 1 of 1) sorted by relevance
10618 int idxLevel = -1; /* Index in pIdxInfo->aConstraint of LEVEL< or <= */ in fsdirBestIndex() local10649 if( pConstraint->usable && idxLevel<0 ){ in fsdirBestIndex()10650 idxLevel = i; in fsdirBestIndex()10660 && idxLevel<0 in fsdirBestIndex()10663 idxLevel = i; in fsdirBestIndex()10667 idxLevel = i; in fsdirBestIndex()10695 if( idxLevel>=0 ){ in fsdirBestIndex()10696 pIdxInfo->aConstraintUsage[idxLevel].omit = omitLevel; in fsdirBestIndex()10697 pIdxInfo->aConstraintUsage[idxLevel].argvIndex = i++; in fsdirBestIndex()