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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dmem.c110 static void (*free_debug_func)(void *,int) = CRYPTO_dbg_free; variable
119 static void (*free_debug_func)(void *,int) = NULL; variable
191 free_debug_func=f;
244 if (f != NULL) *f=free_debug_func;
281 if (free_debug_func != NULL)
282 free_debug_func(str, 0);
287 if (free_debug_func != NULL)
288 free_debug_func(NULL, 1);
373 if (free_debug_func != NULL)
374 free_debug_func(st
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dmem.c117 static void (*free_debug_func) (void *, int) = CRYPTO_dbg_free; variable
129 static void (*free_debug_func) (void *, int) = NULL; variable
210 free_debug_func = f;
273 *f = free_debug_func;
318 if (free_debug_func != NULL)
319 free_debug_func(str, 0);
324 if (free_debug_func != NULL)
325 free_debug_func(NULL, 1);
437 if (free_debug_func != NULL)
438 free_debug_func(st
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dmem.c117 static void (*free_debug_func) (void *, int) = CRYPTO_dbg_free; variable
129 static void (*free_debug_func) (void *, int) = NULL; variable
210 free_debug_func = f;
273 *f = free_debug_func;
318 if (free_debug_func != NULL)
319 free_debug_func(str, 0);
324 if (free_debug_func != NULL)
325 free_debug_func(NULL, 1);
437 if (free_debug_func != NULL)
438 free_debug_func(st
[all...]

Completed in 65 milliseconds