Home
last modified time | relevance | path

Searched refs:idxDir (Results 1 - 1 of 1) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c5529 int idxDir = -1; /* Index in pIdxInfo->aConstraint of DIR= */ in fsdirBestIndex() local
5550 idxDir = i; in fsdirBestIndex()
5552 }else if( idxDir<0 ){ in fsdirBestIndex()
5572 if( idxDir>=0 ){ in fsdirBestIndex()
5573 pIdxInfo->aConstraintUsage[idxDir].omit = 1; in fsdirBestIndex()
5574 pIdxInfo->aConstraintUsage[idxDir].argvIndex = 2; in fsdirBestIndex()

Completed in 36 milliseconds