Home
last modified time | relevance | path

Searched refs:default_mem_methods (Results 1 – 3 of 3) sorted by relevance

/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/DbSqliteCipher/
H A Dsqlcipher.c22955 static volatile sqlcipher_sqlite3_mem_methods default_mem_methods; variable
22966 return default_mem_methods.xInit(pAppData); in sqlcipher_mem_init()
22969 default_mem_methods.xShutdown(pAppData); in sqlcipher_mem_shutdown()
22972 void *ptr = default_mem_methods.xMalloc(n); in sqlcipher_mem_malloc()
22981 return default_mem_methods.xSize(p); in sqlcipher_mem_size()
22992 default_mem_methods.xFree(p); in sqlcipher_mem_free()
22995 return default_mem_methods.xRealloc(p, n); in sqlcipher_mem_realloc()
22998 return default_mem_methods.xRoundup(n); in sqlcipher_mem_roundup()
23014 if(sqlcipher_sqlite3_config(SQLITE_CONFIG_GETMALLOC, &default_mem_methods) != SQLITE_OK || in sqlcipher_init_memmethods()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/sqlite/sqlite/
H A Dsqlite3.c22591 static volatile sqlite3_mem_methods default_mem_methods; variable
22602 return default_mem_methods.xInit(pAppData); in sqlcipher_mem_init()
22605 default_mem_methods.xShutdown(pAppData); in sqlcipher_mem_shutdown()
22608 void *ptr = default_mem_methods.xMalloc(n); in sqlcipher_mem_malloc()
22617 return default_mem_methods.xSize(p); in sqlcipher_mem_size()
22628 default_mem_methods.xFree(p); in sqlcipher_mem_free()
22631 return default_mem_methods.xRealloc(p, n); in sqlcipher_mem_realloc()
22634 return default_mem_methods.xRoundup(n); in sqlcipher_mem_roundup()
22650 if(sqlite3_config(SQLITE_CONFIG_GETMALLOC, &default_mem_methods) != SQLITE_OK || in sqlcipher_init_memmethods()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/sqlcipher/
H A Dsqlite3.c22954 static volatile sqlite3_mem_methods default_mem_methods; variable
22965 return default_mem_methods.xInit(pAppData); in sqlcipher_mem_init()
22968 default_mem_methods.xShutdown(pAppData); in sqlcipher_mem_shutdown()
22971 void *ptr = default_mem_methods.xMalloc(n); in sqlcipher_mem_malloc()
22980 return default_mem_methods.xSize(p); in sqlcipher_mem_size()
22991 default_mem_methods.xFree(p); in sqlcipher_mem_free()
22994 return default_mem_methods.xRealloc(p, n); in sqlcipher_mem_realloc()
22997 return default_mem_methods.xRoundup(n); in sqlcipher_mem_roundup()
23013 if(sqlite3_config(SQLITE_CONFIG_GETMALLOC, &default_mem_methods) != SQLITE_OK || in sqlcipher_init_memmethods()