Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dcompletion.c410 int prefixIdx = -1; /* Index of the start= constraint, or -1 if none */ in completionBestIndex() local
422 prefixIdx = i; in completionBestIndex()
431 if( prefixIdx>=0 ){ in completionBestIndex()
432 pIdxInfo->aConstraintUsage[prefixIdx].argvIndex = ++nArg; in completionBestIndex()
433 pIdxInfo->aConstraintUsage[prefixIdx].omit = 1; in completionBestIndex()