Searched refs:sqlite3_interrupt (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h324 #define sqlite3_interrupt sqlite3_api->interruptx macro
H A Dsqlite3.h391 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
1753 ** is closed or might close before sqlite3_interrupt() returns.
1756 ** sqlite3_interrupt() is called, then it might not have an opportunity
1764 ** ^The sqlite3_interrupt(D) call is in effect until all currently running
1766 ** that are started after the sqlite3_interrupt() call and before the
1768 ** running prior to the sqlite3_interrupt() call. ^New SQL statements
1770 ** not effected by the sqlite3_interrupt().
1771 ** ^A call to sqlite3_interrupt(D) that occurs when there are no running
1773 ** that are started after the sqlite3_interrupt() call returns.
1775 ** If the database connection closes while [sqlite3_interrupt()]
[all...]
H A Dsqlite3.c941 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
2303 ** is closed or might close before sqlite3_interrupt() returns.
2306 ** sqlite3_interrupt() is called, then it might not have an opportunity
2314 ** ^The sqlite3_interrupt(D) call is in effect until all currently running
2316 ** that are started after the sqlite3_interrupt() call and before the
2318 ** running prior to the sqlite3_interrupt() call. ^New SQL statements
2320 ** not effected by the sqlite3_interrupt().
2321 ** ^A call to sqlite3_interrupt(D) that occurs when there are no running
2323 ** that are started after the sqlite3_interrupt() call returns.
2325 ** If the database connection closes while [sqlite3_interrupt()]
91171 #define sqlite3_interrupt macro
113257 SQLITE_API void sqlite3_interrupt(sqlite3 *db){ function
[all...]

Completed in 337 milliseconds