Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
int | nRef |
void(* | xDestroy )(void *) |
void * | pUserData |
int FuncDestructor::nRef |
Definition at line 17125 of file sqlite3.c.
Referenced by createFunctionApi(), functionDestroy(), and sqlite3CreateFunc().
void* FuncDestructor::pUserData |
Definition at line 17127 of file sqlite3.c.
Referenced by createFunctionApi(), and functionDestroy().
void(* FuncDestructor::xDestroy) (void *) |
Definition at line 17126 of file sqlite3.c.
Referenced by createFunctionApi(), and functionDestroy().