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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/
H A Dmem.c111 static void (*set_debug_options_func)(long) = CRYPTO_dbg_set_options; variable
120 static void (*set_debug_options_func)(long) = NULL; variable
192 set_debug_options_func=so;
245 if (so != NULL) *so=set_debug_options_func;
392 if (set_debug_options_func != NULL)
393 set_debug_options_func(bits);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dmem.c111 static void (*set_debug_options_func)(long) = CRYPTO_dbg_set_options; variable
120 static void (*set_debug_options_func)(long) = NULL; variable
192 set_debug_options_func=so;
245 if (so != NULL) *so=set_debug_options_func;
392 if (set_debug_options_func != NULL)
393 set_debug_options_func(bits);

Completed in 45 milliseconds