Lines Matching defs:sqlite3_mem_methods
1766 typedef struct sqlite3_mem_methods sqlite3_mem_methods;
1767 struct sqlite3_mem_methods {
1853 ** a pointer to an instance of the [sqlite3_mem_methods] structure.
1857 ** its own private copy of the content of the [sqlite3_mem_methods] structure
1862 ** is a pointer to an instance of the [sqlite3_mem_methods] structure.
1863 ** The [sqlite3_mem_methods]
2167 #define SQLITE_CONFIG_MALLOC 4 /* sqlite3_mem_methods* */
2168 #define SQLITE_CONFIG_GETMALLOC 5 /* sqlite3_mem_methods* */
8588 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^