HomeSort by relevance Sort by last modified time
    Searched refs:sqlite3_interrupt (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
loadext.c 200 sqlite3_interrupt,
sqlite3ext.h 300 #define sqlite3_interrupt sqlite3_api->interruptx macro
sqlite.h.in 385 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
    [all...]
main.c 1004 void sqlite3_interrupt(sqlite3 *db){ function
    [all...]
tclsqlite.c     [all...]
test1.c     [all...]
vdbe.c 469 ** sqlite3_interrupt() routine has been called. If it has been, then
631 sqlite3_interrupt(db);
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h 390 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
    [all...]
sqlite3.c 86782 #define sqlite3_interrupt macro
108249 SQLITE_API void sqlite3_interrupt(sqlite3 *db){ function
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 1034 sqlite3_interrupt((sqlite3 *) h->sqlite);
1043 sqlite3_interrupt((sqlite3 *) h->sqlite);
    [all...]

Completed in 175 milliseconds