Home
last modified time | relevance | path

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

/external/javasqlite/src/main/java/SQLite/
DBusyHandler.java7 public interface BusyHandler { interface
/external/chromium_org/third_party/sqlite/src/src/
DsqliteInt.h512 typedef struct BusyHandler BusyHandler; typedef
513 struct BusyHandler { struct
514 int (*xFunc)(void *,int); /* The busy callback */
515 void *pArg; /* First arg to busy callback */
516 int nBusy; /* Incremented with each busy call */
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c7492 typedef struct BusyHandler BusyHandler; typedef
7493 struct BusyHandler { struct
7494 int (*xFunc)(void *,int); /* The busy callback */
7495 void *pArg; /* First arg to busy callback */
7496 int nBusy; /* Incremented with each busy call */
/external/sqlite/dist/
Dsqlite3.c8686 typedef struct BusyHandler BusyHandler; typedef
8687 struct BusyHandler { struct
8688 int (*xFunc)(void *,int); /* The busy callback */
8689 void *pArg; /* First arg to busy callback */
8690 int nBusy; /* Incremented with each busy call */
/external/sqlite/dist/orig/
Dsqlite3.c8686 typedef struct BusyHandler BusyHandler; typedef
8687 struct BusyHandler { struct
8688 int (*xFunc)(void *,int); /* The busy callback */
8689 void *pArg; /* First arg to busy callback */
8690 int nBusy; /* Incremented with each busy call */