Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c15228 typedef struct BusyHandler BusyHandler; typedef
15229 struct BusyHandler { struct
15230 int (*xBusyHandler)(void *,int); /* The busy callback */ argument
15231 void *pBusyArg; /* First arg to busy callback */
15232 int nBusy; /* Incremented with each busy call */