Searched defs:BusyHandler (Results 1 – 5 of 5) sorted by relevance
7 public interface BusyHandler { interface
512 typedef struct BusyHandler BusyHandler; typedef513 struct BusyHandler { struct514 int (*xFunc)(void *,int); /* The busy callback */515 void *pArg; /* First arg to busy callback */516 int nBusy; /* Incremented with each busy call */
7492 typedef struct BusyHandler BusyHandler; typedef7493 struct BusyHandler { struct7494 int (*xFunc)(void *,int); /* The busy callback */7495 void *pArg; /* First arg to busy callback */7496 int nBusy; /* Incremented with each busy call */
8686 typedef struct BusyHandler BusyHandler; typedef8687 struct BusyHandler { struct8688 int (*xFunc)(void *,int); /* The busy callback */8689 void *pArg; /* First arg to busy callback */8690 int nBusy; /* Incremented with each busy call */