Searched defs:xBusyHandler (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/src/ | ||
| H A D | pager.c | 689 int (*xBusyHandler)(void*); /* Function to call when busy */ member |
| H A D | sqliteInt.h | 1065 int (*xBusyHandler)(void *,int); /* The busy callback */ member |