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

Data Fields

int nRef
 
void(* xDestroy )(void *)
 
void * pUserData
 

Detailed Description

Definition at line 17124 of file sqlite3.c.

Field Documentation

◆ nRef

int FuncDestructor::nRef

Definition at line 17125 of file sqlite3.c.

Referenced by createFunctionApi(), functionDestroy(), and sqlite3CreateFunc().

◆ pUserData

void* FuncDestructor::pUserData

Definition at line 17127 of file sqlite3.c.

Referenced by createFunctionApi(), and functionDestroy().

◆ xDestroy

void(* FuncDestructor::xDestroy) (void *)

Definition at line 17126 of file sqlite3.c.

Referenced by createFunctionApi(), and functionDestroy().


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