#include <sqlite3.h>
Definition at line 1438 of file sqlite3.c.
| void * sqlite3_mem_methods::pAppData |
| void(* sqlite3_mem_methods::xFree)(void *) |
| int(* sqlite3_mem_methods::xInit)(void *) |
| void *(* sqlite3_mem_methods::xMalloc)(int) |
| void *(* sqlite3_mem_methods::xRealloc)(void *, int) |
| int(* sqlite3_mem_methods::xRoundup)(int) |
| void(* sqlite3_mem_methods::xShutdown)(void *) |
| int(* sqlite3_mem_methods::xSize)(void *) |
The documentation for this struct was generated from the following files: