Home
last modified time | relevance | path

Searched refs:log_hex (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/util/
H A Dalloc.c565 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 Dlog.h172 void log_hex(const char* msg, void* data, size_t length);
H A Dlog.c401 log_hex(const char* msg, void* data, size_t length) in log_hex() function
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dunitmsgparse.c94 log_hex("same: ", sldns_buffer_at(pkt, count), in test_buffers()
98 log_hex("difp: ", sldns_buffer_at(pkt, count), in test_buffers()
100 log_hex("difo: ", sldns_buffer_at(out, count), in test_buffers()
H A Dchecklocks.c193 log_hex("memory prev", p->hold, p->size); in prot_check()
194 log_hex("memory here", p->region, p->size); in prot_check()
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Dfunctions.rst200 .. function:: log_hex(msg, data, length)
/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i1492 void log_hex(const char* msg, void* data, size_t length);
/netbsd-src/external/bsd/unbound/dist/services/
H A Dauthzone.c7730 log_hex("ZONEMD should be ", gen, genlen); in auth_zone_generate_zonemd_check()
7731 log_hex("ZONEMD to check is", hash, hashlen); in auth_zone_generate_zonemd_check()
7741 log_hex("ZONEMD should be ", gen, genlen); in auth_zone_generate_zonemd_check()
7742 log_hex("ZONEMD to check is", hash, hashlen); in auth_zone_generate_zonemd_check()
/netbsd-src/external/bsd/unbound/dist/doc/
H A DChangelog9596 - lowered log_hex blocksize to fit through BSD syslog linesize.
10468 - no malloc in log_hex.
11443 - log_hex function to dump hex strings to the logfile.