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

/external/chromium_org/third_party/openssl/openssl/crypto/
H A Dmem.c108 static void (*realloc_debug_func)(void *,void *,int,const char *,int,int) variable
117 static void (*realloc_debug_func)(void *,void *,int,const char *,int,int) variable
192 realloc_debug_func=r;
245 if (r != NULL) *r=realloc_debug_func;
344 if (realloc_debug_func != NULL)
345 realloc_debug_func(str, NULL, num, file, line, 0);
350 if (realloc_debug_func != NULL)
351 realloc_debug_func(str, ret, num, file, line, 1);
370 if (realloc_debug_func != NULL)
371 realloc_debug_func(st
[all...]
/external/openssl/crypto/
H A Dmem.c108 static void (*realloc_debug_func)(void *,void *,int,const char *,int,int) variable
117 static void (*realloc_debug_func)(void *,void *,int,const char *,int,int) variable
192 realloc_debug_func=r;
245 if (r != NULL) *r=realloc_debug_func;
344 if (realloc_debug_func != NULL)
345 realloc_debug_func(str, NULL, num, file, line, 0);
350 if (realloc_debug_func != NULL)
351 realloc_debug_func(str, ret, num, file, line, 1);
370 if (realloc_debug_func != NULL)
371 realloc_debug_func(st
[all...]

Completed in 161 milliseconds