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