Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c3049 int idxPath = -1; /* Index in pIdxInfo->aConstraint of PATH= */ in fsdirBestIndex() local
3062 idxPath = i; in fsdirBestIndex()
3064 }else if( idxPath<0 ){ in fsdirBestIndex()
3085 if( idxPath<0 ){ in fsdirBestIndex()
3091 pIdxInfo->aConstraintUsage[idxPath].omit = 1; in fsdirBestIndex()
3092 pIdxInfo->aConstraintUsage[idxPath].argvIndex = 1; in fsdirBestIndex()