Lines Matching refs:sqlite3_interrupt
769 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
3047 ** is closed or might close before sqlite3_interrupt() returns.
3050 ** sqlite3_interrupt() is called, then it might not have an opportunity
3058 ** ^The sqlite3_interrupt(D) call is in effect until all currently running
3060 ** that are started after the sqlite3_interrupt() call and before the
3062 ** running prior to the sqlite3_interrupt() call. ^New SQL statements
3064 ** not effected by the sqlite3_interrupt().
3065 ** ^A call to sqlite3_interrupt(D) that occurs when there are no running
3067 ** that are started after the sqlite3_interrupt() call returns.
3073 SQLITE_API void sqlite3_interrupt(sqlite3*);
17726 volatile int isInterrupted; /* True if sqlite3_interrupt has been called */
91154 ** reset the interrupt flag. This prevents a call to sqlite3_interrupt
94039 sqlite3_interrupt(db);
94154 ** completion. Check to see if sqlite3_interrupt() has been called
102272 /* Jump to here if the sqlite3_interrupt() API sets the interrupt
136897 #define sqlite3_interrupt sqlite3_api->interruptx
137342 sqlite3_interrupt,
181619 SQLITE_API void sqlite3_interrupt(sqlite3 *db){