Searched refs:free_debug_func (Results 1 – 1 of 1) sorted by relevance
110 static void (*free_debug_func)(void *,int) = CRYPTO_dbg_free; variable119 static void (*free_debug_func)(void *,int) = NULL; variable193 free_debug_func=f; in CRYPTO_set_mem_debug_functions()246 if (f != NULL) *f=free_debug_func; in CRYPTO_get_mem_debug_functions()286 if (free_debug_func != NULL) in CRYPTO_free_locked()287 free_debug_func(str, 0); in CRYPTO_free_locked()292 if (free_debug_func != NULL) in CRYPTO_free_locked()293 free_debug_func(NULL, 1); in CRYPTO_free_locked()392 if (free_debug_func != NULL) in CRYPTO_free()393 free_debug_func(str, 0); in CRYPTO_free()[all …]