Home
last modified time | relevance | path

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

/external/javasqlite/src/main/java/SQLite/
DBusyHandler.java7 public interface BusyHandler { interface
/external/sqlite/dist/
Dsqlite3.c7280 typedef struct BusyHandler BusyHandler; typedef
7281 struct BusyHandler { struct
7282 int (*xFunc)(void *,int); /* The busy callback */
7283 void *pArg; /* First arg to busy callback */
7284 int nBusy; /* Incremented with each busy call */