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

/freebsd-11-stable/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h435 #define sqlite3_interrupt sqlite3_api->interruptx macro
H A Dsqlite3.h431 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
2552 ** is closed or might close before sqlite3_interrupt() returns.
2555 ** sqlite3_interrupt() is called, then it might not have an opportunity
2563 ** ^The sqlite3_interrupt(D) call is in effect until all currently running
2565 ** that are started after the sqlite3_interrupt() call and before the
2567 ** running prior to the sqlite3_interrupt() call. ^New SQL statements
2569 ** not effected by the sqlite3_interrupt().
2570 ** ^A call to sqlite3_interrupt(D) that occurs when there are no running
2572 ** that are started after the sqlite3_interrupt() call returns.
2574 SQLITE_API void sqlite3_interrupt(sqlite
[all...]
H A Dshell.c11892 if( globalDb ) sqlite3_interrupt(globalDb);
H A Dsqlite3.c1494 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
3615 ** is closed or might close before sqlite3_interrupt() returns.
3618 ** sqlite3_interrupt() is called, then it might not have an opportunity
3626 ** ^The sqlite3_interrupt(D) call is in effect until all currently running
3628 ** that are started after the sqlite3_interrupt() call and before the
3630 ** running prior to the sqlite3_interrupt() call. ^New SQL statements
3632 ** not effected by the sqlite3_interrupt().
3633 ** ^A call to sqlite3_interrupt(D) that occurs when there are no running
3635 ** that are started after the sqlite3_interrupt() call returns.
3637 SQLITE_API void sqlite3_interrupt(sqlite
125825 #define sqlite3_interrupt macro
165838 SQLITE_API void sqlite3_interrupt(sqlite3 *db){ function
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2957 sqlite3_interrupt(pDb->db);

Completed in 763 milliseconds