Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3ext.h46 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*); member
337 #define sqlite3_busy_handler sqlite3_api->busy_handler
Dsqlite3.c113327 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*);
113618 #define sqlite3_busy_handler sqlite3_api->busy_handler
/external/sqlite/dist/orig/
Dsqlite3ext.h46 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*); member
337 #define sqlite3_busy_handler sqlite3_api->busy_handler
Dsqlite3.c113311 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*);
113602 #define sqlite3_busy_handler sqlite3_api->busy_handler
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCConnection.java166 db.busy_handler(this); in JDBCConnection()
/external/javasqlite/src/main/java/SQLite/
DDatabase.java261 public void busy_handler(SQLite.BusyHandler bh) { in busy_handler() method in Database