Searched defs:busy_handler (Results 1 - 4 of 4) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
H A DDatabase.java261 public void busy_handler(SQLite.BusyHandler bh) { method in class:Database
/external/chromium_org/third_party/sqlite/src/src/
H A Dsqlite3ext.h48 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*); member in struct:sqlite3_api_routines
244 #define sqlite3_busy_handler sqlite3_api->busy_handler
/external/sqlite/dist/orig/
H A Dsqlite3ext.h48 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*); member in struct:sqlite3_api_routines
282 #define sqlite3_busy_handler sqlite3_api->busy_handler
/external/sqlite/dist/
H A Dsqlite3ext.h48 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*); member in struct:sqlite3_api_routines
282 #define sqlite3_busy_handler sqlite3_api->busy_handler

Completed in 847 milliseconds