Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dshell.c2978 int idxPath = -1; /* Index in pIdxInfo->aConstraint of PATH= */ in fsdirBestIndex() local
2991 idxPath = i; in fsdirBestIndex()
2993 }else if( idxPath<0 ){ in fsdirBestIndex()
3014 if( idxPath<0 ){ in fsdirBestIndex()
3020 pIdxInfo->aConstraintUsage[idxPath].omit = 1; in fsdirBestIndex()
3021 pIdxInfo->aConstraintUsage[idxPath].argvIndex = 1; in fsdirBestIndex()