Home
last modified time | relevance | path

Searched refs:wholelineIdx (Results 1 - 1 of 1) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c6073 int wholelineIdx = -1; /* Index of the stop= constraint, or -1 if none */ in completionBestIndex() local
6088 wholelineIdx = i; in completionBestIndex()
6097 if( wholelineIdx>=0 ){ in completionBestIndex()
6098 pIdxInfo->aConstraintUsage[wholelineIdx].argvIndex = ++nArg; in completionBestIndex()
6099 pIdxInfo->aConstraintUsage[wholelineIdx].omit = 1; in completionBestIndex()

Completed in 34 milliseconds