Home
last modified time | relevance | path

Searched refs:sldns_wire2str_rr_buf (Results 1 – 5 of 5) sorted by relevance

/dports/dns/unbound/unbound-1.14.0/testcode/
H A Dreadzone.c132 written = sldns_wire2str_rr_buf( in main()
149 (void) sldns_wire2str_rr_buf( in main()
H A Dunitldns.c95 err = sldns_wire2str_rr_buf(b, len, txt_out, bufs); in rr_transform()
/dports/dns/unbound/unbound-1.14.0/sldns/
H A Dwire2str.h370 int sldns_wire2str_rr_buf(uint8_t* rr, size_t rr_len, char* str,
H A Dwire2str.c240 size_t slen = (size_t)sldns_wire2str_rr_buf(rr, len, NULL, 0); in sldns_wire2str_rr()
243 sldns_wire2str_rr_buf(rr, len, result, slen+1); in sldns_wire2str_rr()
283 int sldns_wire2str_rr_buf(uint8_t* d, size_t dlen, char* s, size_t slen) in sldns_wire2str_rr_buf() function
/dports/dns/unbound/unbound-1.14.0/util/data/
H A Dpacked_rrset.c295 if(sldns_wire2str_rr_buf(rr, rlen, dest, dest_len) == -1) { in packed_rr_to_string()