Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dfileio.c899 int idxPath = -1; /* Index in pIdxInfo->aConstraint of PATH= */ in fsdirBestIndex() local
912 idxPath = i; in fsdirBestIndex()
914 }else if( idxPath<0 ){ in fsdirBestIndex()
935 if( idxPath<0 ){ in fsdirBestIndex()
941 pIdxInfo->aConstraintUsage[idxPath].omit = 1; in fsdirBestIndex()
942 pIdxInfo->aConstraintUsage[idxPath].argvIndex = 1; in fsdirBestIndex()