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/sqlite/dist/orig/
Dsqlite3.c14506 typedef struct BusyHandler BusyHandler; typedef
14507 struct BusyHandler { struct
14508 int (*xBusyHandler)(void *,int); /* The busy callback */ argument
14509 void *pBusyArg; /* First arg to busy callback */
14510 int nBusy; /* Incremented with each busy call */
/external/sqlite/dist/
Dsqlite3.c14506 typedef struct BusyHandler BusyHandler; typedef
14507 struct BusyHandler { struct
14508 int (*xBusyHandler)(void *,int); /* The busy callback */ argument
14509 void *pBusyArg; /* First arg to busy callback */
14510 int nBusy; /* Incremented with each busy call */
/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 */