Home
last modified time | relevance | path

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

/external/openssl/crypto/
Dmem.c83 static void *(*realloc_func)(void *, size_t)= realloc; variable
86 { return realloc_func(str,num); } in default_realloc_ex()
134 realloc_func=r; realloc_ex_func=default_realloc_ex; in CRYPTO_set_mem_functions()
151 realloc_func=0; realloc_ex_func=r; in CRYPTO_set_mem_ex_functions()
206 realloc_func : 0; in CRYPTO_get_mem_functions()