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

Data Fields

i8 nArg
 
u32 funcFlags
 
void * pUserData
 
FuncDefpNext
 
void(* xSFunc )(sqlite3_context *, int, sqlite3_value **)
 
void(* xFinalize )(sqlite3_context *)
 
void(* xValue )(sqlite3_context *)
 
void(* xInverse )(sqlite3_context *, int, sqlite3_value **)
 
const char * zName
 
union { 
 
   FuncDef *   pHash 
 
   FuncDestructor *   pDestructor 
 
u 
 

Detailed Description

Definition at line 17094 of file sqlite3.c.

Field Documentation

◆ funcFlags

◆ nArg

i8 FuncDef::nArg

◆ pDestructor

FuncDestructor* FuncDef::pDestructor

Definition at line 17106 of file sqlite3.c.

Referenced by functionDestroy(), and sqlite3CreateFunc().

◆ pHash

FuncDef* FuncDef::pHash

Definition at line 17105 of file sqlite3.c.

Referenced by sqlite3Pragma(), and sqlite3RegisterBuiltinFunctions().

◆ pNext

FuncDef* FuncDef::pNext

Definition at line 17098 of file sqlite3.c.

Referenced by sqlite3FindFunction(), and sqlite3LeaveMutexAndCloseZombie().

◆ pUserData

◆ [union]

◆ xFinalize

◆ xInverse

void(* FuncDef::xInverse) (sqlite3_context *, int, sqlite3_value **)

Definition at line 17102 of file sqlite3.c.

Referenced by resolveExprStep(), sqlite3CreateFunc(), and sqlite3VdbeExec().

◆ xSFunc

◆ xValue

void(* FuncDef::xValue) (sqlite3_context *)

Definition at line 17101 of file sqlite3.c.

Referenced by resolveExprStep(), sqlite3CreateFunc(), and sqlite3VdbeMemAggValue().

◆ zName


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