#include <sqlite3.h>
◆ pAppData
void* sqlite3_mem_methods::pAppData |
◆ xFree
void(* sqlite3_mem_methods::xFree) (void *) |
◆ xInit
int(* sqlite3_mem_methods::xInit) (void *) |
◆ xMalloc
void*(* sqlite3_mem_methods::xMalloc) (int) |
◆ xRealloc
void*(* sqlite3_mem_methods::xRealloc) (void *, int) |
◆ xRoundup
int(* sqlite3_mem_methods::xRoundup) (int) |
◆ xShutdown
void(* sqlite3_mem_methods::xShutdown) (void *) |
◆ xSize
int(* sqlite3_mem_methods::xSize) (void *) |
The documentation for this struct was generated from the following file:
- C:/Users/fbas/Documents/GitHub/DISPLACE_GUI/commons/storage/sqlite3.h