Searched refs:realloc_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.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
190 realloc_debug_func=r;
243 if (r != NULL) *r=realloc_debug_func;
329 if (realloc_debug_func != NULL)
330 realloc_debug_func(str, NULL, num, file, line, 0);
335 if (realloc_debug_func != NULL)
336 realloc_debug_func(str, ret, num, file, line, 1);
351 if (realloc_debug_func != NULL)
352 realloc_debug_func(st
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dmem.c114 static void (*realloc_debug_func) (void *, void *, int, const char *, int, variable
126 static void (*realloc_debug_func) (void *, void *, int, const char *, int, variable
209 realloc_debug_func = r;
271 *r = realloc_debug_func;
385 if (realloc_debug_func != NULL)
386 realloc_debug_func(str, NULL, num, file, line, 0);
392 if (realloc_debug_func != NULL)
393 realloc_debug_func(str, ret, num, file, line, 1);
416 if (realloc_debug_func != NULL)
417 realloc_debug_func(st
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dmem.c114 static void (*realloc_debug_func) (void *, void *, int, const char *, int, variable
126 static void (*realloc_debug_func) (void *, void *, int, const char *, int, variable
209 realloc_debug_func = r;
271 *r = realloc_debug_func;
385 if (realloc_debug_func != NULL)
386 realloc_debug_func(str, NULL, num, file, line, 0);
392 if (realloc_debug_func != NULL)
393 realloc_debug_func(str, ret, num, file, line, 1);
416 if (realloc_debug_func != NULL)
417 realloc_debug_func(st
[all...]

Completed in 72 milliseconds