Searched defs:BusyHandler (Results 1 – 1 of 1) sorted by relevance
8544 typedef struct BusyHandler BusyHandler; typedef8545 struct BusyHandler { struct8546 int (*xFunc)(void *,int); /* The busy callback */8547 void *pArg; /* First arg to busy callback */8548 int nBusy; /* Incremented with each busy call */