Home | History | Annotate | Download | only in orig

Lines Matching full:sqlite3_interrupt

391 #define SQLITE_INTERRUPT    9   /* Operation terminated by sqlite3_interrupt()*/
1788 ** is closed or might close before sqlite3_interrupt() returns.
1791 ** sqlite3_interrupt() is called, then it might not have an opportunity
1799 ** ^The sqlite3_interrupt(D) call is in effect until all currently running
1801 ** that are started after the sqlite3_interrupt() call and before the
1803 ** running prior to the sqlite3_interrupt() call. ^New SQL statements
1805 ** not effected by the sqlite3_interrupt().
1806 ** ^A call to sqlite3_interrupt(D) that occurs when there are no running
1808 ** that are started after the sqlite3_interrupt() call returns.
1810 ** If the database connection closes while [sqlite3_interrupt()]
1813 SQLITE_API void sqlite3_interrupt(sqlite3*);