Home
last modified time | relevance | path

Searched refs:realloc_impl (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/
Dmem.c23 static CRYPTO_realloc_fn realloc_impl = CRYPTO_realloc; variable
66 realloc_impl = realloc_fn; in CRYPTO_set_mem_functions()
79 *realloc_fn = realloc_impl; in CRYPTO_get_mem_functions()
213 if (realloc_impl != CRYPTO_realloc) in CRYPTO_realloc()
214 return realloc_impl(str, num, file, line); in CRYPTO_realloc()
/third_party/openssl/crypto/
Dmem.c23 static CRYPTO_realloc_fn realloc_impl = CRYPTO_realloc; variable
66 realloc_impl = realloc_fn; in CRYPTO_set_mem_functions()
79 *realloc_fn = realloc_impl; in CRYPTO_get_mem_functions()
208 if (realloc_impl != CRYPTO_realloc) in CRYPTO_realloc()
209 return realloc_impl(str, num, file, line); in CRYPTO_realloc()