Searched defs:BusyHandler (Results 1 – 4 of 4) sorted by relevance
7 public interface BusyHandler { interface
14679 typedef struct BusyHandler BusyHandler; typedef14680 struct BusyHandler { struct14681 int (*xBusyHandler)(void *,int); /* The busy callback */ argument14682 void *pBusyArg; /* First arg to busy callback */14683 int nBusy; /* Incremented with each busy call */
14537 typedef struct BusyHandler BusyHandler; typedef14538 struct BusyHandler { struct14539 int (*xBusyHandler)(void *,int); /* The busy callback */ argument14540 void *pBusyArg; /* First arg to busy callback */14541 int nBusy; /* Incremented with each busy call */