Searched refs:sldns_wire2str_rr_buf (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/unbound/sldns/ |
H A D | wire2str.h | 372 int sldns_wire2str_rr_buf(uint8_t* rr, size_t rr_len, char* str,
|
H A D | wire2str.c | 279 size_t slen = (size_t)sldns_wire2str_rr_buf(rr, len, NULL, 0); in sldns_wire2str_rr() 282 sldns_wire2str_rr_buf(rr, len, result, slen+1); in sldns_wire2str_rr() 322 int sldns_wire2str_rr_buf(uint8_t* d, size_t dlen, char* s, size_t slen) in sldns_wire2str_rr_buf() function
|
/freebsd/contrib/unbound/util/data/ |
H A D | packed_rrset.c | 296 wlen = (size_t)sldns_wire2str_rr_buf(rr, rlen, dest, dest_len); in packed_rr_to_string()
|