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

  /external/chromium_org/third_party/sqlite/src/test/
interrupt.test 100 set rc [catch {db eval $sql {sqlite3_interrupt $DB}} msg]
174 sqlite3_interrupt db
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteDatabase.cpp 126 sqlite3_interrupt(m_db);
  /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...]
vdbeapi.c 388 ** reset the interrupt flag. This prevents a call to sqlite3_interrupt
    [all...]
test1.c     [all...]
vdbe.c 469 ** sqlite3_interrupt() routine has been called. If it has been, then
631 sqlite3_interrupt(db);
    [all...]
main.c 1004 void sqlite3_interrupt(sqlite3 *db){ function
    [all...]
shell.c 644 if( db ) sqlite3_interrupt(db);
    [all...]
tclsqlite.c     [all...]
sqliteInt.h 856 volatile int isInterrupted; /* True if sqlite3_interrupt has been called */
    [all...]
  /external/javasqlite/src/main/java/SQLite/
Constants.java 26 public static final int SQLITE_INTERRUPT = 9; /* Operation terminated by sqlite3_interrupt()*/
  /external/sqlite/dist/orig/
sqlite3ext.h 324 #define sqlite3_interrupt sqlite3_api->interruptx macro
sqlite3.c 91297 #define sqlite3_interrupt macro
113501 SQLITE_API void sqlite3_interrupt(sqlite3 *db){ function
    [all...]
sqlite3.h 391 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
    [all...]
shell.c 661 if( db ) sqlite3_interrupt(db);
    [all...]
  /external/sqlite/dist/
sqlite3ext.h 324 #define sqlite3_interrupt sqlite3_api->interruptx macro
sqlite3.c 91333 #define sqlite3_interrupt macro
113537 SQLITE_API void sqlite3_interrupt(sqlite3 *db){ function
    [all...]
sqlite3.h 391 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
    [all...]
shell.c 666 if( db ) sqlite3_interrupt(db);
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 86989 #define sqlite3_interrupt macro
108456 SQLITE_API void sqlite3_interrupt(sqlite3 *db){ function
    [all...]
sqlite3.h 390 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 1034 sqlite3_interrupt((sqlite3 *) h->sqlite);
1043 sqlite3_interrupt((sqlite3 *) h->sqlite);
    [all...]

Completed in 1686 milliseconds