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.c13134 typedef struct BusyHandler BusyHandler; typedef
13135 struct BusyHandler { struct
13136 int (*xFunc)(void *,int); /* The busy callback */
13137 void *pArg; /* First arg to busy callback */
13138 int nBusy; /* Incremented with each busy call */
/external/sqlite/dist/
Dsqlite3.c13134 typedef struct BusyHandler BusyHandler; typedef
13135 struct BusyHandler { struct
13136 int (*xFunc)(void *,int); /* The busy callback */
13137 void *pArg; /* First arg to busy callback */
13138 int nBusy; /* Incremented with each busy call */