Public Attributes | List of all members
sqlite3_mem_methods Struct Reference

#include <sqlite3.h>

Public Attributes

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

Detailed Description

Definition at line 1783 of file sqlite3.c.

Member Data Documentation

void * sqlite3_mem_methods::pAppData

Definition at line 1791 of file sqlite3.c.

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

Definition at line 1785 of file sqlite3.c.

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

Definition at line 1789 of file sqlite3.c.

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

Definition at line 1784 of file sqlite3.c.

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

Definition at line 1786 of file sqlite3.c.

int(* sqlite3_mem_methods::xRoundup)(int)

Definition at line 1788 of file sqlite3.c.

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

Definition at line 1790 of file sqlite3.c.

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

Definition at line 1787 of file sqlite3.c.


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


asr_psm
Author(s): Braun Kai, Gehrung Joachim, Heizmann Heinrich, Meißner Pascal
autogenerated on Fri Nov 15 2019 04:00:09