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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3ext.h338 #define sqlite3_interrupt sqlite3_api->interruptx macro
H A Dsqlite3.h410 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
1913 ** is closed or might close before sqlite3_interrupt() returns.
1916 ** sqlite3_interrupt() is called, then it might not have an opportunity
1924 ** ^The sqlite3_interrupt(D) call is in effect until all currently running
1926 ** that are started after the sqlite3_interrupt() call and before the
1928 ** running prior to the sqlite3_interrupt() call. ^New SQL statements
1930 ** not effected by the sqlite3_interrupt().
1931 ** ^A call to sqlite3_interrupt(D) that occurs when there are no running
1933 ** that are started after the sqlite3_interrupt() call returns.
1935 ** If the database connection closes while [sqlite3_interrupt()]
[all...]
H A Dsqlite3.c981 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
2484 ** is closed or might close before sqlite3_interrupt() returns.
2487 ** sqlite3_interrupt() is called, then it might not have an opportunity
2495 ** ^The sqlite3_interrupt(D) call is in effect until all currently running
2497 ** that are started after the sqlite3_interrupt() call and before the
2499 ** running prior to the sqlite3_interrupt() call. ^New SQL statements
2501 ** not effected by the sqlite3_interrupt().
2502 ** ^A call to sqlite3_interrupt(D) that occurs when there are no running
2504 ** that are started after the sqlite3_interrupt() call returns.
2506 ** If the database connection closes while [sqlite3_interrupt()]
92515 #define sqlite3_interrupt macro
116110 SQLITE_API void sqlite3_interrupt(sqlite3 *db){ function
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h303 #define sqlite3_interrupt sqlite3_api->interruptx macro
H A Dsqlite3.h391 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
1714 ** is closed or might close before sqlite3_interrupt() returns.
1717 ** sqlite3_interrupt() is called, then it might not have an opportunity
1725 ** ^The sqlite3_interrupt(D) call is in effect until all currently running
1727 ** that are started after the sqlite3_interrupt() call and before the
1729 ** running prior to the sqlite3_interrupt() call. ^New SQL statements
1731 ** not effected by the sqlite3_interrupt().
1732 ** ^A call to sqlite3_interrupt(D) that occurs when there are no running
1734 ** that are started after the sqlite3_interrupt() call returns.
1736 ** If the database connection closes while [sqlite3_interrupt()]
[all...]
H A Dsqlite3.c944 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
2267 ** is closed or might close before sqlite3_interrupt() returns.
2270 ** sqlite3_interrupt() is called, then it might not have an opportunity
2278 ** ^The sqlite3_interrupt(D) call is in effect until all currently running
2280 ** that are started after the sqlite3_interrupt() call and before the
2282 ** running prior to the sqlite3_interrupt() call. ^New SQL statements
2284 ** not effected by the sqlite3_interrupt().
2285 ** ^A call to sqlite3_interrupt(D) that occurs when there are no running
2287 ** that are started after the sqlite3_interrupt() call returns.
2289 ** If the database connection closes while [sqlite3_interrupt()]
89195 #define sqlite3_interrupt macro
111163 SQLITE_API void sqlite3_interrupt(sqlite3 *db){ function
[all...]

Completed in 414 milliseconds