Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
BusyHandler Struct Reference

Data Fields

int(* xBusyHandler )(void *, int)
 
void * pBusyArg
 
int nBusy
 

Detailed Description

Definition at line 14564 of file sqlite3.c.

Field Documentation

◆ nBusy

int BusyHandler::nBusy

Definition at line 14567 of file sqlite3.c.

Referenced by sqlite3InvokeBusyHandler(), sqlite3Pragma(), and sqlite3VdbeExec().

◆ pBusyArg

void* BusyHandler::pBusyArg

Definition at line 14566 of file sqlite3.c.

Referenced by sqlite3InvokeBusyHandler().

◆ xBusyHandler

int(* BusyHandler::xBusyHandler) (void *, int)

Definition at line 14565 of file sqlite3.c.

Referenced by sqlite3InvokeBusyHandler().


The documentation for this struct was generated from the following file: