Searched refs:ePhase (Results 1 – 1 of 1) sorted by relevance
68 int ePhase; /* Current phase */ member198 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()