Searched refs:busy_handler (Results 1 - 6 of 6) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3ext.h48 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*); member in struct:sqlite3_api_routines
299 #define sqlite3_busy_handler sqlite3_api->busy_handler
H A Dsqlite3.c[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h48 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*); member in struct:sqlite3_api_routines
299 #define sqlite3_busy_handler sqlite3_api->busy_handler
H A Dsqlite3.c[all...]
/external/javasqlite/src/main/java/SQLite/
H A DDatabase.java261 public void busy_handler(SQLite.BusyHandler bh) { method in class:Database
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCConnection.java166 db.busy_handler(this);

Completed in 370 milliseconds