Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c5528 int idxPath = -1; /* Index in pIdxInfo->aConstraint of PATH= */ in fsdirBestIndex() local
5541 idxPath = i; in fsdirBestIndex()
5543 }else if( idxPath<0 ){ in fsdirBestIndex()
5564 if( idxPath<0 ){ in fsdirBestIndex()
5570 pIdxInfo->aConstraintUsage[idxPath].omit = 1; in fsdirBestIndex()
5571 pIdxInfo->aConstraintUsage[idxPath].argvIndex = 1; in fsdirBestIndex()

Completed in 33 milliseconds