Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c15182 typedef struct BusyHandler BusyHandler; typedef
15183 struct BusyHandler { struct
15184 int (*xBusyHandler)(void *,int); /* The busy callback */ argument
15185 void *pBusyArg; /* First arg to busy callback */
15186 int nBusy; /* Incremented with each busy call */