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/orig/
Dsqlite3.c12096 typedef struct BusyHandler BusyHandler; typedef
12097 struct BusyHandler { struct
12098 int (*xFunc)(void *,int); /* The busy callback */
12099 void *pArg; /* First arg to busy callback */
12100 int nBusy; /* Incremented with each busy call */
/external/sqlite/dist/
Dsqlite3.c12096 typedef struct BusyHandler BusyHandler; typedef
12097 struct BusyHandler { struct
12098 int (*xFunc)(void *,int); /* The busy callback */
12099 void *pArg; /* First arg to busy callback */
12100 int nBusy; /* Incremented with each busy call */