Searched defs:BusyHandler (Results 1 – 2 of 2) sorted by relevance
7 public interface BusyHandler { interface
7280 typedef struct BusyHandler BusyHandler; typedef7281 struct BusyHandler { struct7282 int (*xFunc)(void *,int); /* The busy callback */7283 void *pArg; /* First arg to busy callback */7284 int nBusy; /* Incremented with each busy call */