Searched refs:sldns_wire2str_rr_buf (Results 1 – 5 of 5) sorted by relevance
/dports/dns/unbound/unbound-1.14.0/testcode/ |
H A D | readzone.c | 132 written = sldns_wire2str_rr_buf( in main() 149 (void) sldns_wire2str_rr_buf( in main()
|
H A D | unitldns.c | 95 err = sldns_wire2str_rr_buf(b, len, txt_out, bufs); in rr_transform()
|
/dports/dns/unbound/unbound-1.14.0/sldns/ |
H A D | wire2str.h | 370 int sldns_wire2str_rr_buf(uint8_t* rr, size_t rr_len, char* str,
|
H A D | wire2str.c | 240 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 D | packed_rrset.c | 295 if(sldns_wire2str_rr_buf(rr, rlen, dest, dest_len) == -1) { in packed_rr_to_string()
|