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

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLiteDatabase.cpp124 sqlite3_interrupt(m_db);
/external/chromium_org/third_party/sqlite/src/src/
H A Dloadext.c200 sqlite3_interrupt,
H A Dsqlite3ext.h300 #define sqlite3_interrupt sqlite3_api->interruptx macro
H A Dsqlite.h.in385 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
1655 ** is closed or might close before sqlite3_interrupt() returns.
1658 ** sqlite3_interrupt() is called, then it might not have an opportunity
1666 ** ^The sqlite3_interrupt(D) call is in effect until all currently running
1668 ** that are started after the sqlite3_interrupt() call and before the
1670 ** running prior to the sqlite3_interrupt() call. ^New SQL statements
1672 ** not effected by the sqlite3_interrupt().
1673 ** ^A call to sqlite3_interrupt(D) that occurs when there are no running
1675 ** that are started after the sqlite3_interrupt() call returns.
1677 ** If the database connection closes while [sqlite3_interrupt()]
[all...]
H A Dmain.c1004 void sqlite3_interrupt(sqlite3 *db){ function
H A Dtclsqlite.c2345 sqlite3_interrupt(pDb->db);
H A Dtest1.c4270 ** Usage: sqlite3_interrupt DB
4286 sqlite3_interrupt(db);
5535 { "sqlite3_interrupt", (Tcl_CmdProc*)test_interrupt },
H A Dvdbe.c469 ** sqlite3_interrupt() routine has been called. If it has been, then
631 sqlite3_interrupt(db);
5974 /* Jump to here if the sqlite3_interrupt() API sets the interrupt
/external/sqlite/dist/orig/
H A Dsqlite3ext.h338 #define sqlite3_interrupt sqlite3_api->interruptx macro
H A Dsqlite3.h408 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
1966 ** is closed or might close before sqlite3_interrupt() returns.
1969 ** sqlite3_interrupt() is called, then it might not have an opportunity
1977 ** ^The sqlite3_interrupt(D) call is in effect until all currently running
1979 ** that are started after the sqlite3_interrupt() call and before the
1981 ** running prior to the sqlite3_interrupt() call. ^New SQL statements
1983 ** not effected by the sqlite3_interrupt().
1984 ** ^A call to sqlite3_interrupt(D) that occurs when there are no running
1986 ** that are started after the sqlite3_interrupt() call returns.
1988 ** If the database connection closes while [sqlite3_interrupt()]
[all...]
H A Dsqlite3.c523 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
2081 ** is closed or might close before sqlite3_interrupt() returns.
2084 ** sqlite3_interrupt() is called, then it might not have an opportunity
2092 ** ^The sqlite3_interrupt(D) call is in effect until all currently running
2094 ** that are started after the sqlite3_interrupt() call and before the
2096 ** running prior to the sqlite3_interrupt() call. ^New SQL statements
2098 ** not effected by the sqlite3_interrupt().
2099 ** ^A call to sqlite3_interrupt(D) that occurs when there are no running
2101 ** that are started after the sqlite3_interrupt() call returns.
2103 ** If the database connection closes while [sqlite3_interrupt()]
97309 #define sqlite3_interrupt macro
123505 SQLITE_API void sqlite3_interrupt(sqlite3 *db){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h338 #define sqlite3_interrupt sqlite3_api->interruptx macro
H A Dsqlite3.h408 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
1966 ** is closed or might close before sqlite3_interrupt() returns.
1969 ** sqlite3_interrupt() is called, then it might not have an opportunity
1977 ** ^The sqlite3_interrupt(D) call is in effect until all currently running
1979 ** that are started after the sqlite3_interrupt() call and before the
1981 ** running prior to the sqlite3_interrupt() call. ^New SQL statements
1983 ** not effected by the sqlite3_interrupt().
1984 ** ^A call to sqlite3_interrupt(D) that occurs when there are no running
1986 ** that are started after the sqlite3_interrupt() call returns.
1988 ** If the database connection closes while [sqlite3_interrupt()]
[all...]
H A Dsqlite3.c523 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
2081 ** is closed or might close before sqlite3_interrupt() returns.
2084 ** sqlite3_interrupt() is called, then it might not have an opportunity
2092 ** ^The sqlite3_interrupt(D) call is in effect until all currently running
2094 ** that are started after the sqlite3_interrupt() call and before the
2096 ** running prior to the sqlite3_interrupt() call. ^New SQL statements
2098 ** not effected by the sqlite3_interrupt().
2099 ** ^A call to sqlite3_interrupt(D) that occurs when there are no running
2101 ** that are started after the sqlite3_interrupt() call returns.
2103 ** If the database connection closes while [sqlite3_interrupt()]
97329 #define sqlite3_interrupt macro
123525 SQLITE_API void sqlite3_interrupt(sqlite3 *db){ function
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h390 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
1660 ** is closed or might close before sqlite3_interrupt() returns.
1663 ** sqlite3_interrupt() is called, then it might not have an opportunity
1671 ** ^The sqlite3_interrupt(D) call is in effect until all currently running
1673 ** that are started after the sqlite3_interrupt() call and before the
1675 ** running prior to the sqlite3_interrupt() call. ^New SQL statements
1677 ** not effected by the sqlite3_interrupt().
1678 ** ^A call to sqlite3_interrupt(D) that occurs when there are no running
1680 ** that are started after the sqlite3_interrupt() call returns.
1682 ** If the database connection closes while [sqlite3_interrupt()]
[all...]
H A Dsqlite3.c933 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
2203 ** is closed or might close before sqlite3_interrupt() returns.
2206 ** sqlite3_interrupt() is called, then it might not have an opportunity
2214 ** ^The sqlite3_interrupt(D) call is in effect until all currently running
2216 ** that are started after the sqlite3_interrupt() call and before the
2218 ** running prior to the sqlite3_interrupt() call. ^New SQL statements
2220 ** not effected by the sqlite3_interrupt().
2221 ** ^A call to sqlite3_interrupt(D) that occurs when there are no running
2223 ** that are started after the sqlite3_interrupt() call returns.
2225 ** If the database connection closes while [sqlite3_interrupt()]
86782 #define sqlite3_interrupt macro
108249 SQLITE_API void sqlite3_interrupt(sqlite3 *db){ function
[all...]
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c1034 sqlite3_interrupt((sqlite3 *) h->sqlite);
1043 sqlite3_interrupt((sqlite3 *) h->sqlite);

Completed in 461 milliseconds