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

  /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);
  /external/sqlite/dist/orig/
sqlite3ext.h 48 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*); member in struct:sqlite3_api_routines
307 #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
307 #define sqlite3_busy_handler sqlite3_api->busy_handler

Completed in 78 milliseconds