Searched refs:idxLevel (Results 1 – 1 of 1) sorted by relevance
10649 int idxLevel = -1; /* Index in pIdxInfo->aConstraint of LEVEL< or <= */ in fsdirBestIndex() local10680 if( pConstraint->usable && idxLevel<0 ){ in fsdirBestIndex()10681 idxLevel = i; in fsdirBestIndex()10691 && idxLevel<0 in fsdirBestIndex()10694 idxLevel = i; in fsdirBestIndex()10698 idxLevel = i; in fsdirBestIndex()10726 if( idxLevel>=0 ){ in fsdirBestIndex()10727 pIdxInfo->aConstraintUsage[idxLevel].omit = omitLevel; in fsdirBestIndex()10728 pIdxInfo->aConstraintUsage[idxLevel].argvIndex = i++; in fsdirBestIndex()