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; variable191 free_debug_func=f; in CRYPTO_set_mem_debug_functions()244 if (f != NULL) *f=free_debug_func; in CRYPTO_get_mem_debug_functions()284 if (free_debug_func != NULL) in CRYPTO_free_locked()285 free_debug_func(str, 0); in CRYPTO_free_locked()290 if (free_debug_func != NULL) in CRYPTO_free_locked()291 free_debug_func(NULL, 1); in CRYPTO_free_locked()386 if (free_debug_func != NULL) in CRYPTO_free()387 free_debug_func(str, 0); in CRYPTO_free()[all …]