Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c3090 int eNextPhase = 0; /* Next phase to try if current phase reaches end */ in completionNext() local
3111 eNextPhase = COMPLETION_TABLES; in completionNext()
3136 eNextPhase = COMPLETION_COLUMNS; in completionNext()
3162 eNextPhase = COMPLETION_EOF; in completionNext()
3177 pCur->ePhase = eNextPhase; in completionNext()
/external/sqlite/dist/
Dshell.c3096 int eNextPhase = 0; /* Next phase to try if current phase reaches end */ in completionNext() local
3117 eNextPhase = COMPLETION_TABLES; in completionNext()
3142 eNextPhase = COMPLETION_COLUMNS; in completionNext()
3168 eNextPhase = COMPLETION_EOF; in completionNext()
3183 pCur->ePhase = eNextPhase; in completionNext()