Searched refs:unbound_stat_free_log (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libunbound/ |
H A D | config.h | 1518 # define free(p) unbound_stat_free_log(p, __FILE__, __LINE__, __func__) 1528 void unbound_stat_free_log(void *ptr, const char* file, int line,
|
/freebsd/contrib/unbound/smallapp/ |
H A D | unbound-host.c | 498 unbound_stat_free_log(use_syslog, __FILE__, __LINE__, __func__); in main()
|
/freebsd/contrib/unbound/util/ |
H A D | alloc.c | 500 void unbound_stat_free_log(void *ptr, const char* file, int line, in unbound_stat_free_log() function
|
/freebsd/contrib/unbound/ |
H A D | config.h.in | 1584 # define free(p) unbound_stat_free_log(p, __FILE__, __LINE__, __func__) 1598 void unbound_stat_free_log(void *ptr, const char* file, int line,
|
H A D | configure.ac | 2392 # define free(p) unbound_stat_free_log(p, __FILE__, __LINE__, __func__) 2406 void unbound_stat_free_log(void *ptr, const char* file, int line,
|