Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dshell.c3299 int eNextPhase = 0; /* Next phase to try if current phase reaches end */ in completionNext() local
3320 eNextPhase = COMPLETION_TABLES; in completionNext()
3344 eNextPhase = COMPLETION_COLUMNS; in completionNext()
3370 eNextPhase = COMPLETION_EOF; in completionNext()
3386 pCur->ePhase = eNextPhase; in completionNext()