Lines Matching refs:sqlite3_mem_methods
1183 typedef struct sqlite3_mem_methods sqlite3_mem_methods;
1184 struct sqlite3_mem_methods {
1252 ** instance of the [sqlite3_mem_methods] structure. The argument specifies
1255 ** its own private copy of the content of the [sqlite3_mem_methods] structure
1260 ** instance of the [sqlite3_mem_methods] structure. The [sqlite3_mem_methods]
1403 #define SQLITE_CONFIG_MALLOC 4 /* sqlite3_mem_methods* */
1404 #define SQLITE_CONFIG_GETMALLOC 5 /* sqlite3_mem_methods* */
5382 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^