Searched refs:unbound_stat_free_log (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/bsd/unbound/include/ |
H A D | config.h | 1444 # define free(p) unbound_stat_free_log(p, __FILE__, __LINE__, __func__) 1454 void unbound_stat_free_log(void *ptr, const char* file, int line,
|
/netbsd-src/external/bsd/unbound/dist/util/ |
H A D | alloc.c | 488 void unbound_stat_free_log(void *ptr, const char* file, int line, in unbound_stat_free_log() function
|
/netbsd-src/external/bsd/unbound/dist/ |
H A D | config.h.in | 1426 # define free(p) unbound_stat_free_log(p, __FILE__, __LINE__, __func__) 1436 void unbound_stat_free_log(void *ptr, const char* file, int line,
|
H A D | configure.ac | 2251 # define free(p) unbound_stat_free_log(p, __FILE__, __LINE__, __func__) 2261 void unbound_stat_free_log(void *ptr, const char* file, int line,
|