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

  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 50 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*); member in struct:sqlite3_api_routines
225 #define sqlite3_busy_handler sqlite3_api->busy_handler
  /external/sqlite/dist/orig/
sqlite3ext.h 48 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*); member in struct:sqlite3_api_routines
268 #define sqlite3_busy_handler sqlite3_api->busy_handler
  /external/sqlite/dist/
sqlite3ext.h 48 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*); member in struct:sqlite3_api_routines
268 #define sqlite3_busy_handler sqlite3_api->busy_handler
  /libcore/luni/src/test/java/libcore/sqlite/
OldDatabaseTest.java 84 db.busy_handler(null);
305 db.busy_handler(bh);
356 // db.busy_handler(bh);
411 db.busy_handler(null);
441 db.busy_handler(null);
    [all...]
  /external/javasqlite/src/main/java/SQLite/
Database.java 261 public void busy_handler(SQLite.BusyHandler bh) { method in class:Database
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java 166 db.busy_handler(this);

Completed in 72 milliseconds