Home | History | Annotate | Download | only in orig

Lines Matching refs:line_is_complete

4127 static int line_is_complete(char *zSql, int nSql){
4186 if( line_is_command_terminator(zLine) && line_is_complete(zSql, nSql) ){