Searched refs:busy_handler (Results 1 – 6 of 6) sorted by relevance
/external/sqlite/dist/ |
D | sqlite3ext.h | 46 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*); member 337 #define sqlite3_busy_handler sqlite3_api->busy_handler
|
D | sqlite3.c | 113327 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*); 113618 #define sqlite3_busy_handler sqlite3_api->busy_handler
|
/external/sqlite/dist/orig/ |
D | sqlite3ext.h | 46 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*); member 337 #define sqlite3_busy_handler sqlite3_api->busy_handler
|
D | sqlite3.c | 113311 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*); 113602 #define sqlite3_busy_handler sqlite3_api->busy_handler
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
D | JDBCConnection.java | 166 db.busy_handler(this); in JDBCConnection()
|
/external/javasqlite/src/main/java/SQLite/ |
D | Database.java | 261 public void busy_handler(SQLite.BusyHandler bh) { in busy_handler() method in Database
|