Searched defs:BusyHandler (Results 1 – 1 of 1) sorted by relevance
6495 typedef struct BusyHandler BusyHandler; typedef6496 struct BusyHandler { struct6497 int (*xFunc)(void *,int); /* The busy callback */6498 void *pArg; /* First arg to busy callback */6499 int nBusy; /* Incremented with each busy call */