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

/freebsd-10-stable/crypto/openssl/crypto/
H A Dmem.c119 static long (*get_debug_options_func) (void) = CRYPTO_dbg_get_options; variable
131 static long (*get_debug_options_func) (void) = NULL; variable
212 get_debug_options_func = go;
277 *go = get_debug_options_func;
463 if (get_debug_options_func != NULL)
464 return get_debug_options_func();

Completed in 98 milliseconds