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

/external/sqlite/dist/orig/
H A Dsqlite3ext.h382 #define sqlite3_interrupt sqlite3_api->interruptx macro
H A Dsqlite3.c705 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
2517 ** is closed or might close before sqlite3_interrupt() returns.
2520 ** sqlite3_interrupt() is called, then it might not have an opportunity
2528 ** ^The sqlite3_interrupt(D) call is in effect until all currently running
2530 ** that are started after the sqlite3_interrupt() call and before the
2532 ** running prior to the sqlite3_interrupt() call. ^New SQL statements
2534 ** not effected by the sqlite3_interrupt().
2535 ** ^A call to sqlite3_interrupt(D) that occurs when there are no running
2537 ** that are started after the sqlite3_interrupt() call returns.
2539 SQLITE_API void sqlite3_interrupt(sqlite
111834 #define sqlite3_interrupt macro
142197 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.c705 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
2517 ** is closed or might close before sqlite3_interrupt() returns.
2520 ** sqlite3_interrupt() is called, then it might not have an opportunity
2528 ** ^The sqlite3_interrupt(D) call is in effect until all currently running
2530 ** that are started after the sqlite3_interrupt() call and before the
2532 ** running prior to the sqlite3_interrupt() call. ^New SQL statements
2534 ** not effected by the sqlite3_interrupt().
2535 ** ^A call to sqlite3_interrupt(D) that occurs when there are no running
2537 ** that are started after the sqlite3_interrupt() call returns.
2539 SQLITE_API void sqlite3_interrupt(sqlite
111834 #define sqlite3_interrupt macro
142197 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/ ...

Completed in 373 milliseconds