Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/sldns/
H A Dwire2str.h372 int sldns_wire2str_rr_buf(uint8_t* rr, size_t rr_len, char* str,
H A Dwire2str.c279 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 Dpacked_rrset.c296 wlen = (size_t)sldns_wire2str_rr_buf(rr, rlen, dest, dest_len); in packed_rr_to_string()