Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dcompletion.c68 int ePhase; /* Current phase */ member
198 while( pCur->ePhase!=COMPLETION_EOF ){ in completionNext()
199 switch( pCur->ePhase ){ in completionNext()
203 pCur->ePhase = COMPLETION_DATABASES; in completionNext()
282 pCur->ePhase = eNextPhase; in completionNext()
321 sqlite3_result_int(ctx, pCur->ePhase); in completionColumn()
344 return pCur->ePhase >= COMPLETION_EOF; in completionEof()
390 pCur->ePhase = COMPLETION_FIRST_PHASE; in completionFilter()