Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c8604 int prefixIdx = -1; /* Index of the start= constraint, or -1 if none */ in completionBestIndex() local
8616 prefixIdx = i; in completionBestIndex()
8625 if( prefixIdx>=0 ){ in completionBestIndex()
8626 pIdxInfo->aConstraintUsage[prefixIdx].argvIndex = ++nArg; in completionBestIndex()
8627 pIdxInfo->aConstraintUsage[prefixIdx].omit = 1; in completionBestIndex()