HomeSort by: relevance | last modified time | path
    Searched defs:sqlite3_interrupt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 474 #define sqlite3_interrupt sqlite3_api->interruptx macro
sqlite3.c 780 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
3249 ** is closed or might close before sqlite3_interrupt() returns.
3252 ** sqlite3_interrupt() is called, then it might not have an opportunity
3260 ** ^The sqlite3_interrupt(D) call is in effect until all currently running
3262 ** that are started after the sqlite3_interrupt() call and before the
3264 ** running prior to the sqlite3_interrupt() call. ^New SQL statements
3266 ** not effected by the sqlite3_interrupt().
3267 ** ^A call to sqlite3_interrupt(D) that occurs when there are no running
3269 ** that are started after the sqlite3_interrupt() call returns.
3275 SQLITE_API void sqlite3_interrupt(sqlite3*)
142694 #define sqlite3_interrupt macro
188999 SQLITE_API void sqlite3_interrupt(sqlite3 *db){ function
    [all...]

Completed in 51 milliseconds