Home
last modified time | relevance | path

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

/src/contrib/unbound/util/ !
H A Dalloc.c595 log_hex("prefix here", real, lite_pad); in unbound_stat_free_lite()
596 log_hex(" should be", lite_pre, lite_pad); in unbound_stat_free_lite()
603 log_hex("suffix here", real+lite_pad+orig+sizeof(size_t), in unbound_stat_free_lite()
605 log_hex(" should be", lite_post, lite_pad); in unbound_stat_free_lite()
631 log_hex("prefix here", real, lite_pad); in unbound_stat_realloc_lite()
632 log_hex(" should be", lite_pre, lite_pad); in unbound_stat_realloc_lite()
639 log_hex("suffix here", real+lite_pad+orig+sizeof(size_t), in unbound_stat_realloc_lite()
641 log_hex(" should be", lite_post, lite_pad); in unbound_stat_realloc_lite()
H A Dlog.h178 void log_hex(const char* msg, void* data, size_t length);
H A Dlog.c437 log_hex(const char* msg, void* data, size_t length) in log_hex() function
H A Dnetevent.c1307 log_hex("inet_ntop error: address", &sa->sin_addr,
1317 log_hex("inet_ntop error: address", &sa6->sin6_addr,
1784 log_hex("dcid",
1791 log_hex("scid",
/src/contrib/unbound/testcode/ !
H A Dchecklocks.c214 log_hex("memory prev", p->hold, p->size); in prot_check()
215 log_hex("memory here", p->region, p->size); in prot_check()
H A Ddoqclient.c685 log_hex("extradata", (void*)data, datalen); in client_stream_recv_data()
954 log_hex("data", (void*)data, datalen); in recv_stream_data()
/src/contrib/unbound/pythonmod/ !
H A Dinterface.i1497 void log_hex(const char* msg, void* data, size_t length);
/src/contrib/unbound/services/ !
H A Dauthzone.c7783 log_hex("ZONEMD should be ", gen, genlen); in auth_zone_generate_zonemd_check()
7784 log_hex("ZONEMD to check is", hash, hashlen); in auth_zone_generate_zonemd_check()
7794 log_hex("ZONEMD should be ", gen, genlen); in auth_zone_generate_zonemd_check()
7795 log_hex("ZONEMD to check is", hash, hashlen); in auth_zone_generate_zonemd_check()
H A Dlisten_dnsport.c4150 log_hex("doq stream has extra bytes received after end", in doq_stream_recv_data()
/src/contrib/unbound/doc/ !
H A DChangelog10859 - lowered log_hex blocksize to fit through BSD syslog linesize.
11731 - no malloc in log_hex.
12706 - log_hex function to dump hex strings to the logfile.