Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dcompletion.c411 int wholelineIdx = -1; /* Index of the stop= constraint, or -1 if none */ in completionBestIndex() local
426 wholelineIdx = i; in completionBestIndex()
435 if( wholelineIdx>=0 ){ in completionBestIndex()
436 pIdxInfo->aConstraintUsage[wholelineIdx].argvIndex = ++nArg; in completionBestIndex()
437 pIdxInfo->aConstraintUsage[wholelineIdx].omit = 1; in completionBestIndex()