Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c3304 int prefixIdx = -1; /* Index of the start= constraint, or -1 if none */ in completionBestIndex() local
3316 prefixIdx = i; in completionBestIndex()
3325 if( prefixIdx>=0 ){ in completionBestIndex()
3326 pIdxInfo->aConstraintUsage[prefixIdx].argvIndex = ++nArg; in completionBestIndex()
3327 pIdxInfo->aConstraintUsage[prefixIdx].omit = 1; in completionBestIndex()
/external/sqlite/dist/
Dshell.c3310 int prefixIdx = -1; /* Index of the start= constraint, or -1 if none */ in completionBestIndex() local
3322 prefixIdx = i; in completionBestIndex()
3331 if( prefixIdx>=0 ){ in completionBestIndex()
3332 pIdxInfo->aConstraintUsage[prefixIdx].argvIndex = ++nArg; in completionBestIndex()
3333 pIdxInfo->aConstraintUsage[prefixIdx].omit = 1; in completionBestIndex()