Searched refs:seenInterrupt (Results 1 – 1 of 1) sorted by relevance
844 static volatile int seenInterrupt = 0; variable1383 }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()[all …]