Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c3251 int ePhase; /* Current phase */ member
3381 while( pCur->ePhase!=COMPLETION_EOF ){ in completionNext()
3382 switch( pCur->ePhase ){ in completionNext()
3386 pCur->ePhase = COMPLETION_DATABASES; in completionNext()
3465 pCur->ePhase = eNextPhase; in completionNext()
3504 sqlite3_result_int(ctx, pCur->ePhase); in completionColumn()
3527 return pCur->ePhase >= COMPLETION_EOF; in completionEof()
3573 pCur->ePhase = COMPLETION_FIRST_PHASE; in completionFilter()