Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c8262 int ePhase; /* Current phase */ member
8392 while( pCur->ePhase!=COMPLETION_EOF ){ in completionNext()
8393 switch( pCur->ePhase ){ in completionNext()
8397 pCur->ePhase = COMPLETION_DATABASES; in completionNext()
8476 pCur->ePhase = eNextPhase; in completionNext()
8515 sqlite3_result_int(ctx, pCur->ePhase); in completionColumn()
8538 return pCur->ePhase >= COMPLETION_EOF; in completionEof()
8584 pCur->ePhase = COMPLETION_FIRST_PHASE; in completionFilter()