Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c8311 int eNextPhase = 0; /* Next phase to try if current phase reaches end */ in completionNext() local
8332 eNextPhase = COMPLETION_TABLES; in completionNext()
8356 eNextPhase = COMPLETION_COLUMNS; in completionNext()
8382 eNextPhase = COMPLETION_EOF; in completionNext()
8398 pCur->ePhase = eNextPhase; in completionNext()