Lines Matching full:sqlite3_mem_methods
1180 typedef struct sqlite3_mem_methods sqlite3_mem_methods;
1181 struct sqlite3_mem_methods {
1249 ** instance of the [sqlite3_mem_methods] structure. The argument specifies
1252 ** its own private copy of the content of the [sqlite3_mem_methods] structure
1257 ** instance of the [sqlite3_mem_methods] structure. The [sqlite3_mem_methods]
1400 #define SQLITE_CONFIG_MALLOC 4 /* sqlite3_mem_methods* */
1401 #define SQLITE_CONFIG_GETMALLOC 5 /* sqlite3_mem_methods* */
5379 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^