Home
last modified time | relevance | path

Searched defs:BusyHandler (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A DsqliteInt.h1063 typedef struct BusyHandler BusyHandler; typedef
1064 struct BusyHandler { struct
1065 int (*xBusyHandler)(void *,int); /* The busy callback */ argument
1066 void *pBusyArg; /* First arg to busy callback */
1067 int nBusy; /* Incremented with each busy call */