Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3.c6495 typedef struct BusyHandler BusyHandler; typedef
6496 struct BusyHandler { struct
6497 int (*xFunc)(void *,int); /* The busy callback */
6498 void *pArg; /* First arg to busy callback */
6499 int nBusy; /* Incremented with each busy call */