Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c2955 #define COMPLETION_EOF 11 macro
3093 while( pCur->ePhase!=COMPLETION_EOF ){ in completionNext()
3162 eNextPhase = COMPLETION_EOF; in completionNext()
3237 return pCur->ePhase >= COMPLETION_EOF; in completionEof()
/external/sqlite/dist/
Dshell.c2961 #define COMPLETION_EOF 11 macro
3099 while( pCur->ePhase!=COMPLETION_EOF ){ in completionNext()
3168 eNextPhase = COMPLETION_EOF; in completionNext()
3243 return pCur->ePhase >= COMPLETION_EOF; in completionEof()