Searched defs:BusyHandler (Results 1 – 1 of 1) sorted by relevance
15625 typedef struct BusyHandler BusyHandler; typedef15626 struct BusyHandler { struct15627 int (*xBusyHandler)(void *,int); /* The busy callback */ argument15628 void *pBusyArg; /* First arg to busy callback */15629 int nBusy; /* Incremented with each busy call */