Searched refs:ePhase (Results 1 – 1 of 1) sorted by relevance
8184 int ePhase; /* Current phase */ member8314 while( pCur->ePhase!=COMPLETION_EOF ){ in completionNext()8315 switch( pCur->ePhase ){ in completionNext()8319 pCur->ePhase = COMPLETION_DATABASES; in completionNext()8398 pCur->ePhase = eNextPhase; in completionNext()8437 sqlite3_result_int(ctx, pCur->ePhase); in completionColumn()8460 return pCur->ePhase >= COMPLETION_EOF; in completionEof()8506 pCur->ePhase = COMPLETION_FIRST_PHASE; in completionFilter()