Home
last modified time | relevance | path

Searched defs:BusyHandler (Results 1 – 4 of 4) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
DBusyHandler.java7 public interface BusyHandler { interface
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c14679 typedef struct BusyHandler BusyHandler; typedef
14680 struct BusyHandler { struct
14681 int (*xBusyHandler)(void *,int); /* The busy callback */ argument
14682 void *pBusyArg; /* First arg to busy callback */
14683 int nBusy; /* Incremented with each busy call */
/external/sqlite/dist/orig/
Dsqlite3.c14537 typedef struct BusyHandler BusyHandler; typedef
14538 struct BusyHandler { struct
14539 int (*xBusyHandler)(void *,int); /* The busy callback */ argument
14540 void *pBusyArg; /* First arg to busy callback */
14541 int nBusy; /* Incremented with each busy call */
/external/sqlite/dist/
Dsqlite3.c14537 typedef struct BusyHandler BusyHandler; typedef
14538 struct BusyHandler { struct
14539 int (*xBusyHandler)(void *,int); /* The busy callback */ argument
14540 void *pBusyArg; /* First arg to busy callback */
14541 int nBusy; /* Incremented with each busy call */