sqlite3_mem_methods 1758 third_party/sqlite/amalgamation/sqlite3.c typedef struct sqlite3_mem_methods sqlite3_mem_methods;
sqlite3_mem_methods 10771 third_party/sqlite/amalgamation/sqlite3.c   sqlite3_mem_methods m;            /* Low-level memory allocation interface */
sqlite3_mem_methods 10950 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE const sqlite3_mem_methods *sqlite3MemGetMemsys3(void);
sqlite3_mem_methods 10953 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE const sqlite3_mem_methods *sqlite3MemGetMemsys5(void);
sqlite3_mem_methods 14412 third_party/sqlite/amalgamation/sqlite3.c   static const sqlite3_mem_methods defaultMethods = {
sqlite3_mem_methods 14564 third_party/sqlite/amalgamation/sqlite3.c   static const sqlite3_mem_methods defaultMethods = {
sqlite3_mem_methods 14943 third_party/sqlite/amalgamation/sqlite3.c   static const sqlite3_mem_methods defaultMethods = {
sqlite3_mem_methods 15781 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE const sqlite3_mem_methods *sqlite3MemGetMemsys3(void){
sqlite3_mem_methods 15782 third_party/sqlite/amalgamation/sqlite3.c   static const sqlite3_mem_methods mempoolMethods = {
sqlite3_mem_methods 16364 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE const sqlite3_mem_methods *sqlite3MemGetMemsys5(void){
sqlite3_mem_methods 16365 third_party/sqlite/amalgamation/sqlite3.c   static const sqlite3_mem_methods memsys5Methods = {
sqlite3_mem_methods 107573 third_party/sqlite/amalgamation/sqlite3.c       sqlite3GlobalConfig.m = *va_arg(ap, sqlite3_mem_methods*);
sqlite3_mem_methods 107579 third_party/sqlite/amalgamation/sqlite3.c       *va_arg(ap, sqlite3_mem_methods*) = sqlite3GlobalConfig.m;
sqlite3_mem_methods 1215 third_party/sqlite/amalgamation/sqlite3.h typedef struct sqlite3_mem_methods sqlite3_mem_methods;
sqlite3_mem_methods  328 third_party/sqlite/src/src/main.c       sqlite3GlobalConfig.m = *va_arg(ap, sqlite3_mem_methods*);
sqlite3_mem_methods  334 third_party/sqlite/src/src/main.c       *va_arg(ap, sqlite3_mem_methods*) = sqlite3GlobalConfig.m;
sqlite3_mem_methods   46 third_party/sqlite/src/src/mem0.c   static const sqlite3_mem_methods defaultMethods = {
sqlite3_mem_methods  137 third_party/sqlite/src/src/mem1.c   static const sqlite3_mem_methods defaultMethods = {
sqlite3_mem_methods  365 third_party/sqlite/src/src/mem2.c   static const sqlite3_mem_methods defaultMethods = {
sqlite3_mem_methods  673 third_party/sqlite/src/src/mem3.c const sqlite3_mem_methods *sqlite3MemGetMemsys3(void){
sqlite3_mem_methods  674 third_party/sqlite/src/src/mem3.c   static const sqlite3_mem_methods mempoolMethods = {
sqlite3_mem_methods  567 third_party/sqlite/src/src/mem5.c const sqlite3_mem_methods *sqlite3MemGetMemsys5(void){
sqlite3_mem_methods  568 third_party/sqlite/src/src/mem5.c   static const sqlite3_mem_methods memsys5Methods = {
sqlite3_mem_methods 2426 third_party/sqlite/src/src/sqliteInt.h   sqlite3_mem_methods m;            /* Low-level memory allocation interface */
sqlite3_mem_methods 2605 third_party/sqlite/src/src/sqliteInt.h const sqlite3_mem_methods *sqlite3MemGetMemsys3(void);
sqlite3_mem_methods 2608 third_party/sqlite/src/src/sqliteInt.h const sqlite3_mem_methods *sqlite3MemGetMemsys5(void);
sqlite3_mem_methods   34 third_party/sqlite/src/src/test_init.c   sqlite3_mem_methods    mem;
sqlite3_mem_methods  164 third_party/sqlite/src/src/test_init.c   sqlite3_mem_methods memmethods = {
sqlite3_mem_methods   34 third_party/sqlite/src/src/test_malloc.c   sqlite3_mem_methods m;  /* 'Real' malloc implementation */
sqlite3_mem_methods  185 third_party/sqlite/src/src/test_malloc.c   static struct sqlite3_mem_methods m = {
sqlite3_mem_methods  214 third_party/sqlite/src/src/test_malloc.c     sqlite3_mem_methods m;
sqlite3_mem_methods 1366 third_party/sqlite/src/src/test_malloc.c   const sqlite3_mem_methods *sqlite3MemGetMemsys3(void);