Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c1481 static volatile int seenInterrupt = 0; variable
1817 }while( zResult==0 && seenInterrupt>0 ); in one_input_line()
1824 if( seenInterrupt==0 ) break; in one_input_line()
18910 if( ++seenInterrupt>1 ) exit(1); in interrupt_handler()
20707 if( seenInterrupt ) goto columnar_end; in exec_prepared_stmt_columnar()
20791 if( seenInterrupt ) goto columnar_end; in exec_prepared_stmt_columnar()
20802 if( seenInterrupt ){ in exec_prepared_stmt_columnar()
22660 if( c==EOF || seenInterrupt ){ in csv_read_one_field()
22749 if( c==EOF || seenInterrupt ){ in ascii_read_one_field()
25623 seenInterrupt = 0; in do_meta_command()
[all …]