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

/external/sqlite/dist/orig/
H A Dsqlite3ext.h382 #define sqlite3_interrupt sqlite3_api->interruptx macro
H A Dsqlite3.h428 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
2193 ** is closed or might close before sqlite3_interrupt() returns.
2196 ** sqlite3_interrupt() is called, then it might not have an opportunity
2204 ** ^The sqlite3_interrupt(D) call is in effect until all currently running
2206 ** that are started after the sqlite3_interrupt() call and before the
2208 ** running prior to the sqlite3_interrupt() call. ^New SQL statements
2210 ** not effected by the sqlite3_interrupt().
2211 ** ^A call to sqlite3_interrupt(D) that occurs when there are no running
2213 ** that are started after the sqlite3_interrupt() call returns.
2215 ** If the database connection closes while [sqlite3_interrupt()]
[all...]
H A Dsqlite3.c705 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
2470 ** is closed or might close before sqlite3_interrupt() returns.
2473 ** sqlite3_interrupt() is called, then it might not have an opportunity
2481 ** ^The sqlite3_interrupt(D) call is in effect until all currently running
2483 ** that are started after the sqlite3_interrupt() call and before the
2485 ** running prior to the sqlite3_interrupt() call. ^New SQL statements
2487 ** not effected by the sqlite3_interrupt().
2488 ** ^A call to sqlite3_interrupt(D) that occurs when there are no running
2490 ** that are started after the sqlite3_interrupt() call returns.
2492 ** If the database connection closes while [sqlite3_interrupt()]
111384 #define sqlite3_interrupt macro
141490 SQLITE_API void sqlite3_interrupt(sqlite3 *db){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h382 #define sqlite3_interrupt sqlite3_api->interruptx macro
H A Dsqlite3.h428 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
2193 ** is closed or might close before sqlite3_interrupt() returns.
2196 ** sqlite3_interrupt() is called, then it might not have an opportunity
2204 ** ^The sqlite3_interrupt(D) call is in effect until all currently running
2206 ** that are started after the sqlite3_interrupt() call and before the
2208 ** running prior to the sqlite3_interrupt() call. ^New SQL statements
2210 ** not effected by the sqlite3_interrupt().
2211 ** ^A call to sqlite3_interrupt(D) that occurs when there are no running
2213 ** that are started after the sqlite3_interrupt() call returns.
2215 ** If the database connection closes while [sqlite3_interrupt()]
[all...]
H A Dsqlite3.c705 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
2470 ** is closed or might close before sqlite3_interrupt() returns.
2473 ** sqlite3_interrupt() is called, then it might not have an opportunity
2481 ** ^The sqlite3_interrupt(D) call is in effect until all currently running
2483 ** that are started after the sqlite3_interrupt() call and before the
2485 ** running prior to the sqlite3_interrupt() call. ^New SQL statements
2487 ** not effected by the sqlite3_interrupt().
2488 ** ^A call to sqlite3_interrupt(D) that occurs when there are no running
2490 ** that are started after the sqlite3_interrupt() call returns.
2492 ** If the database connection closes while [sqlite3_interrupt()]
111384 #define sqlite3_interrupt macro
141490 SQLITE_API void sqlite3_interrupt(sqlite3 *db){ function
[all...]
/external/robolectric/v3/libs/
H A Dsqlite4java-0.282.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/almworks/ com/almworks/sqlite4java/ javolution/ javolution/util/ javolution/ ...
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c1034 sqlite3_interrupt((sqlite3 *) h->sqlite);
1043 sqlite3_interrupt((sqlite3 *) h->sqlite);

Completed in 599 milliseconds