Home | History | Annotate | Download | only in orig

Lines Matching defs:sqlite3_mem_methods

1318 typedef struct sqlite3_mem_methods sqlite3_mem_methods;
1319 struct sqlite3_mem_methods {
1388 ** instance of the [sqlite3_mem_methods] structure. The argument specifies
1391 ** its own private copy of the content of the [sqlite3_mem_methods] structure
1396 ** instance of the [sqlite3_mem_methods] structure. The [sqlite3_mem_methods]
1558 #define SQLITE_CONFIG_MALLOC 4 /* sqlite3_mem_methods* */
1559 #define SQLITE_CONFIG_GETMALLOC 5 /* sqlite3_mem_methods* */
5837 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^