Searched defs:BusyHandler (Results 1 – 3 of 3) sorted by relevance
7 public interface BusyHandler { interface
13134 typedef struct BusyHandler BusyHandler; typedef13135 struct BusyHandler { struct13136 int (*xFunc)(void *,int); /* The busy callback */13137 void *pArg; /* First arg to busy callback */13138 int nBusy; /* Incremented with each busy call */