Lines Matching refs:seenInterrupt
844 static volatile int seenInterrupt = 0; variable
1383 }while( zResult==0 && seenInterrupt>0 ); in one_input_line()
1390 if( seenInterrupt==0 ) break; in one_input_line()
22553 if( ++seenInterrupt>1 ) exit(1); in interrupt_handler()
24491 if( seenInterrupt ) goto columnar_end; in exec_prepared_stmt_columnar()
24576 if( seenInterrupt ) goto columnar_end; in exec_prepared_stmt_columnar()
24587 if( seenInterrupt ){ in exec_prepared_stmt_columnar()
26515 if( c==EOF || seenInterrupt ){ in csv_read_one_field()
26605 if( c==EOF || seenInterrupt ){ in ascii_read_one_field()
29680 seenInterrupt = 0; in do_meta_command()
32798 if( seenInterrupt ){ in process_input()
32800 seenInterrupt = 0; in process_input()
33184 if( seenInterrupt ) eputz("Program interrupted.\n"); in sayAbnormalExit()