Lines Matching defs:sqlite3_interrupt
941 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
2338 ** is closed or might close before sqlite3_interrupt() returns.
2341 ** sqlite3_interrupt() is called, then it might not have an opportunity
2349 ** ^The sqlite3_interrupt(D) call is in effect until all currently running
2351 ** that are started after the sqlite3_interrupt() call and before the
2353 ** running prior to the sqlite3_interrupt() call. ^New SQL statements
2355 ** not effected by the sqlite3_interrupt().
2356 ** ^A call to sqlite3_interrupt(D) that occurs when there are no running
2358 ** that are started after the sqlite3_interrupt() call returns.
2360 ** If the database connection closes while [sqlite3_interrupt()]
2363 SQLITE_API void sqlite3_interrupt(sqlite3*);
9770 volatile int isInterrupted; /* True if sqlite3_interrupt has been called */
63163 ** reset the interrupt flag. This prevents a call to sqlite3_interrupt
64921 ** sqlite3_interrupt() routine has been called. If it has been, then
65506 sqlite3_interrupt(db);
71191 /* Jump to here if the sqlite3_interrupt() API sets the interrupt
91333 #define sqlite3_interrupt sqlite3_api->interruptx
91642 sqlite3_interrupt,
113537 SQLITE_API void sqlite3_interrupt(sqlite3 *db){