Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c1495 static volatile int seenInterrupt = 0; variable
1831 }while( zResult==0 && seenInterrupt>0 ); in one_input_line()
1838 if( seenInterrupt==0 ) break; in one_input_line()
20173 if( ++seenInterrupt>1 ) exit(1); in interrupt_handler()
21971 if( seenInterrupt ) goto columnar_end; in exec_prepared_stmt_columnar()
22054 if( seenInterrupt ) goto columnar_end; in exec_prepared_stmt_columnar()
22065 if( seenInterrupt ){ in exec_prepared_stmt_columnar()
23924 if( c==EOF || seenInterrupt ){ in csv_read_one_field()
24013 if( c==EOF || seenInterrupt ){ in ascii_read_one_field()
26960 seenInterrupt = 0; in do_meta_command()
[all …]