Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dcompletion.c85 #define COMPLETION_EOF 11 macro
198 while( pCur->ePhase!=COMPLETION_EOF ){ in completionNext()
266 eNextPhase = COMPLETION_EOF; in completionNext()
344 return pCur->ePhase >= COMPLETION_EOF; in completionEof()