Searched refs:log_hex (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/unbound/util/ |
| H A D | alloc.c | 565 log_hex("prefix here", real, lite_pad); in unbound_stat_free_lite() 566 log_hex(" should be", lite_pre, lite_pad); in unbound_stat_free_lite() 573 log_hex("suffix here", real+lite_pad+orig+sizeof(size_t), in unbound_stat_free_lite() 575 log_hex(" should be", lite_post, lite_pad); in unbound_stat_free_lite() 601 log_hex("prefix here", real, lite_pad); in unbound_stat_realloc_lite() 602 log_hex(" should be", lite_pre, lite_pad); in unbound_stat_realloc_lite() 609 log_hex("suffix here", real+lite_pad+orig+sizeof(size_t), in unbound_stat_realloc_lite() 611 log_hex(" should be", lite_post, lite_pad); in unbound_stat_realloc_lite()
|
| H A D | log.h | 172 void log_hex(const char* msg, void* data, size_t length);
|
| H A D | log.c | 401 log_hex(const char* msg, void* data, size_t length) in log_hex() function
|
| /freebsd-13.1/contrib/unbound/services/ |
| H A D | authzone.c | 7660 log_hex("ZONEMD should be ", gen, genlen); in auth_zone_generate_zonemd_check() 7661 log_hex("ZONEMD to check is", hash, hashlen); in auth_zone_generate_zonemd_check() 7671 log_hex("ZONEMD should be ", gen, genlen); in auth_zone_generate_zonemd_check() 7672 log_hex("ZONEMD to check is", hash, hashlen); in auth_zone_generate_zonemd_check()
|
| /freebsd-13.1/contrib/unbound/doc/ |
| H A D | Changelog | 8680 - lowered log_hex blocksize to fit through BSD syslog linesize. 9552 - no malloc in log_hex. 10527 - log_hex function to dump hex strings to the logfile.
|