theSq3Lite 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard - theLib - theATL
c - tcl - atl - cs - py - rb - jv - cc
Loading...
Searching...
No Matches
sqlite3_mem_methods Struct Reference

#include <sqlite3_modified.h>

Data Fields

void *(* xMalloc )(int)
 
void(* xFree )(void *)
 
void *(* xRealloc )(void *, int)
 
int(* xSize )(void *)
 
int(* xRoundup )(int)
 
int(* xInit )(void *)
 
void(* xShutdown )(void *)
 
void * pAppData
 

Detailed Description

Definition at line 1767 of file sqlite3_modified.h.

Field Documentation

◆ pAppData

void* sqlite3_mem_methods::pAppData

Definition at line 1775 of file sqlite3_modified.h.

◆ xFree

void(* sqlite3_mem_methods::xFree) (void *)

Definition at line 1769 of file sqlite3_modified.h.

◆ xInit

int(* sqlite3_mem_methods::xInit) (void *)

Definition at line 1773 of file sqlite3_modified.h.

◆ xMalloc

void *(* sqlite3_mem_methods::xMalloc) (int)

Definition at line 1768 of file sqlite3_modified.h.

◆ xRealloc

void *(* sqlite3_mem_methods::xRealloc) (void *, int)

Definition at line 1770 of file sqlite3_modified.h.

◆ xRoundup

int(* sqlite3_mem_methods::xRoundup) (int)

Definition at line 1772 of file sqlite3_modified.h.

◆ xShutdown

void(* sqlite3_mem_methods::xShutdown) (void *)

Definition at line 1774 of file sqlite3_modified.h.

◆ xSize

int(* sqlite3_mem_methods::xSize) (void *)

Definition at line 1771 of file sqlite3_modified.h.


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