Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c8184 int ePhase; /* Current phase */ member
8314 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()