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.c4111 static int line_is_command_terminator(const char *zLine){ in line_is_command_terminator() function
4186 if( line_is_command_terminator(zLine) && line_is_complete(zSql, nSql) ){ in process_input()
/external/sqlite/dist/
Dshell.c4133 static int line_is_command_terminator(const char *zLine){ in line_is_command_terminator() function
4208 if( line_is_command_terminator(zLine) && line_is_complete(zSql, nSql) ){ in process_input()