Searched refs:log_hex (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/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
|
/netbsd-src/external/bsd/unbound/dist/testcode/ |
H A D | unitmsgparse.c | 94 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 D | checklocks.c | 193 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 D | functions.rst | 200 .. function:: log_hex(msg, data, length)
|
/netbsd-src/external/bsd/unbound/dist/pythonmod/ |
H A D | interface.i | 1492 void log_hex(const char* msg, void* data, size_t length);
|
/netbsd-src/external/bsd/unbound/dist/services/ |
H A D | authzone.c | 7730 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 D | Changelog | 9596 - 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.
|