Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c14579 static int line_is_command_terminator(const char *zLine){ in line_is_command_terminator() function
14689 if( line_is_command_terminator(zLine) && line_is_complete(zSql, nSql) ){ in process_input()
/external/sqlite/dist/
Dshell.c14602 static int line_is_command_terminator(const char *zLine){ in line_is_command_terminator() function
14712 if( line_is_command_terminator(zLine) && line_is_complete(zSql, nSql) ){ in process_input()