Lines Matching refs:sqlite3_interrupt
456 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
2734 ** is closed or might close before sqlite3_interrupt() returns.
2737 ** sqlite3_interrupt() is called, then it might not have an opportunity
2745 ** ^The sqlite3_interrupt(D) call is in effect until all currently running
2747 ** that are started after the sqlite3_interrupt() call and before the
2749 ** running prior to the sqlite3_interrupt() call. ^New SQL statements
2751 ** not effected by the sqlite3_interrupt().
2752 ** ^A call to sqlite3_interrupt(D) that occurs when there are no running
2754 ** that are started after the sqlite3_interrupt() call returns.
2760 SQLITE_API void sqlite3_interrupt(sqlite3*);