Searched refs:sqlite3_interrupt (Results 1 – 11 of 11) sorted by relevance
109 # Test that a checkpoint may be interrupted using sqlite3_interrupt().111 # an OOM error occurs just before the sqlite3_interrupt() call.134 sqlite3_interrupt db153 sqlite3_interrupt db
100 set rc [catch {db eval $sql {sqlite3_interrupt $DB}} msg]176 sqlite3_interrupt db
38 if {$::trigger_interrupt==0} { sqlite3_interrupt db }
206 sqlite3_interrupt,
457 #define sqlite3_interrupt sqlite3_api->interruptx macro
1796 void sqlite3_interrupt(sqlite3 *db){ in sqlite3_interrupt() function
2990 sqlite3_interrupt(pDb->db); in DbObjCmd()
454 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/2649 ** is closed or might close before sqlite3_interrupt() returns.2652 ** sqlite3_interrupt() is called, then it might not have an opportunity2660 ** ^The sqlite3_interrupt(D) call is in effect until all currently running2662 ** that are started after the sqlite3_interrupt() call and before the 2664 ** running prior to the sqlite3_interrupt() call. ^New SQL statements2666 ** not effected by the sqlite3_interrupt().2667 ** ^A call to sqlite3_interrupt(D) that occurs when there are no running2669 ** that are started after the sqlite3_interrupt() call returns.2671 void sqlite3_interrupt(sqlite3*);
5495 sqlite3_interrupt(db); in test_interrupt()
829 sqlite3_interrupt(db); in sqlite3VdbeExec()
1838 if( globalDb ) sqlite3_interrupt(globalDb);12098 if( globalDb ) sqlite3_interrupt(globalDb);