Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c8544 typedef struct BusyHandler BusyHandler; typedef
8545 struct BusyHandler { struct
8546 int (*xFunc)(void *,int); /* The busy callback */
8547 void *pArg; /* First arg to busy callback */
8548 int nBusy; /* Incremented with each busy call */