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