Searched defs:free_debug_func (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/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
193 free_debug_func=f;
246 if (f != NULL) *f=free_debug_func;
286 if (free_debug_func != NULL)
287 free_debug_func(str, 0);
292 if (free_debug_func != NULL)
293 free_debug_func(NULL, 1);
392 if (free_debug_func != NULL)
393 free_debug_func(st
[all...]
/external/openssl/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
193 free_debug_func=f;
246 if (f != NULL) *f=free_debug_func;
286 if (free_debug_func != NULL)
287 free_debug_func(str, 0);
292 if (free_debug_func != NULL)
293 free_debug_func(NULL, 1);
392 if (free_debug_func != NULL)
393 free_debug_func(st
[all...]

Completed in 50 milliseconds