Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c8059 int idxPath = -1; /* Index in pIdxInfo->aConstraint of PATH= */ in fsdirBestIndex() local
8072 idxPath = i; in fsdirBestIndex()
8074 }else if( idxPath<0 ){ in fsdirBestIndex()
8095 if( idxPath<0 ){ in fsdirBestIndex()
8101 pIdxInfo->aConstraintUsage[idxPath].omit = 1; in fsdirBestIndex()
8102 pIdxInfo->aConstraintUsage[idxPath].argvIndex = 1; in fsdirBestIndex()