Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
int(* | xBusyHandler )(void *, int) |
void * | pBusyArg |
int | nBusy |
int BusyHandler::nBusy |
Definition at line 14567 of file sqlite3.c.
Referenced by sqlite3InvokeBusyHandler(), sqlite3Pragma(), and sqlite3VdbeExec().
void* BusyHandler::pBusyArg |
Definition at line 14566 of file sqlite3.c.
Referenced by sqlite3InvokeBusyHandler().
int(* BusyHandler::xBusyHandler) (void *, int) |
Definition at line 14565 of file sqlite3.c.
Referenced by sqlite3InvokeBusyHandler().