Home
last modified time | relevance | path

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

/external/openssl/crypto/
Dmem.c112 static long (*get_debug_options_func)(void) = CRYPTO_dbg_get_options; variable
121 static long (*get_debug_options_func)(void) = NULL; variable
195 get_debug_options_func=go; in CRYPTO_set_mem_debug_functions()
248 if (go != NULL) *go=get_debug_options_func; in CRYPTO_get_mem_debug_functions()
417 if (get_debug_options_func != NULL) in CRYPTO_get_mem_debug_options()
418 return get_debug_options_func(); in CRYPTO_get_mem_debug_options()