Home | History | Annotate | Download | only in orig

Lines Matching full: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 */
63135 ** reset the interrupt flag. This prevents a call to sqlite3_interrupt
64893 ** sqlite3_interrupt() routine has been called. If it has been, then
65478 sqlite3_interrupt(db);
71163 /* Jump to here if the sqlite3_interrupt() API sets the interrupt
91297 #define sqlite3_interrupt sqlite3_api->interruptx
91606 sqlite3_interrupt,
113501 SQLITE_API void sqlite3_interrupt(sqlite3 *db){