Searched refs:_is_command_terminator (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dshell.c2458 static int _is_command_terminator(const char *zLine){ function
2527 if( _is_command_terminator(zLine) && _is_complete(zSql, nSql) ){
/external/sqlite/dist/
H A Dshell.c2477 static int _is_command_terminator(const char *zLine){ function
2546 if( _is_command_terminator(zLine) && _is_complete(zSql, nSql) ){

Completed in 110 milliseconds