Home
last modified time | relevance | path

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

/external/javasqlite/src/main/java/SQLite/
DBusyHandler.java7 public interface BusyHandler { interface
/external/sqlite/dist/
Dsqlite3.c14093 typedef struct BusyHandler BusyHandler; typedef
14094 struct BusyHandler { struct
14095 int (*xBusyHandler)(void *,int); /* The busy callback */ argument
14096 void *pBusyArg; /* First arg to busy callback */
14097 int nBusy; /* Incremented with each busy call */
14098 u8 bExtraFileArg; /* Include sqlite3_file as callback arg */
/external/sqlite/dist/orig/
Dsqlite3.c14093 typedef struct BusyHandler BusyHandler; typedef
14094 struct BusyHandler { struct
14095 int (*xBusyHandler)(void *,int); /* The busy callback */ argument
14096 void *pBusyArg; /* First arg to busy callback */
14097 int nBusy; /* Incremented with each busy call */
14098 u8 bExtraFileArg; /* Include sqlite3_file as callback arg */