Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c5857 int eNextPhase = 0; /* Next phase to try if current phase reaches end */ in completionNext() local
5878 eNextPhase = COMPLETION_TABLES; in completionNext()
5902 eNextPhase = COMPLETION_COLUMNS; in completionNext()
5928 eNextPhase = COMPLETION_EOF; in completionNext()
5944 pCur->ePhase = eNextPhase; in completionNext()

Completed in 40 milliseconds