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

/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dsqlite++.cpp209 ::sqlite3_interrupt(mDb);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dsqlite++.cpp209 ::sqlite3_interrupt(mDb);
/macosx-10.10.1/Heimdal-398.1.2/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 1336 milliseconds