Searched defs:BusyHandler (Results 1 – 3 of 3) sorted by relevance
7 public interface BusyHandler { interface
14093 typedef struct BusyHandler BusyHandler; typedef14094 struct BusyHandler { struct14095 int (*xBusyHandler)(void *,int); /* The busy callback */ argument14096 void *pBusyArg; /* First arg to busy callback */14097 int nBusy; /* Incremented with each busy call */14098 u8 bExtraFileArg; /* Include sqlite3_file as callback arg */