Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c3305 int wholelineIdx = -1; /* Index of the stop= constraint, or -1 if none */ in completionBestIndex() local
3320 wholelineIdx = i; in completionBestIndex()
3329 if( wholelineIdx>=0 ){ in completionBestIndex()
3330 pIdxInfo->aConstraintUsage[wholelineIdx].argvIndex = ++nArg; in completionBestIndex()
3331 pIdxInfo->aConstraintUsage[wholelineIdx].omit = 1; in completionBestIndex()
/external/sqlite/dist/
Dshell.c3311 int wholelineIdx = -1; /* Index of the stop= constraint, or -1 if none */ in completionBestIndex() local
3326 wholelineIdx = i; in completionBestIndex()
3335 if( wholelineIdx>=0 ){ in completionBestIndex()
3336 pIdxInfo->aConstraintUsage[wholelineIdx].argvIndex = ++nArg; in completionBestIndex()
3337 pIdxInfo->aConstraintUsage[wholelineIdx].omit = 1; in completionBestIndex()