Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dshell.c9091 int ePhase; /* Current phase */ member
9221 while( pCur->ePhase!=COMPLETION_EOF ){ in completionNext()
9222 switch( pCur->ePhase ){ in completionNext()
9226 pCur->ePhase = COMPLETION_DATABASES; in completionNext()
9305 pCur->ePhase = eNextPhase; in completionNext()
9344 sqlite3_result_int(ctx, pCur->ePhase); in completionColumn()
9367 return pCur->ePhase >= COMPLETION_EOF; in completionEof()
9413 pCur->ePhase = COMPLETION_FIRST_PHASE; in completionFilter()