Home
last modified time | relevance | path

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

/external/openssl/crypto/
Dmem.c111 static void (*set_debug_options_func)(long) = CRYPTO_dbg_set_options; variable
120 static void (*set_debug_options_func)(long) = NULL; variable
194 set_debug_options_func=so; in CRYPTO_set_mem_debug_functions()
247 if (so != NULL) *so=set_debug_options_func; in CRYPTO_get_mem_debug_functions()
411 if (set_debug_options_func != NULL) in CRYPTO_set_mem_debug_options()
412 set_debug_options_func(bits); in CRYPTO_set_mem_debug_options()