Home
last modified time | relevance | path

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

/netbsd/external/public-domain/sqlite/dist/
H A Dshell.c2871 int idxPath = -1; /* Index in pIdxInfo->aConstraint of PATH= */ in fsdirBestIndex() local
2884 idxPath = i; in fsdirBestIndex()
2886 }else if( idxPath<0 ){ in fsdirBestIndex()
2907 if( idxPath<0 ){ in fsdirBestIndex()
2913 pIdxInfo->aConstraintUsage[idxPath].omit = 1; in fsdirBestIndex()
2914 pIdxInfo->aConstraintUsage[idxPath].argvIndex = 1; in fsdirBestIndex()