Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c16257 typedef struct BusyHandler BusyHandler; typedef
16258 struct BusyHandler { struct
16259 int (*xBusyHandler)(void *,int); /* The busy callback */ argument
16260 void *pBusyArg; /* First arg to busy callback */
16261 int nBusy; /* Incremented with each busy call */