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

/freebsd-11-stable/contrib/unbound/sldns/
H A Dwire2str.h370 int sldns_wire2str_rr_buf(uint8_t* rr, size_t rr_len, char* str,
H A Dwire2str.c210 size_t slen = (size_t)sldns_wire2str_rr_buf(rr, len, NULL, 0);
213 sldns_wire2str_rr_buf(rr, len, result, slen+1);
253 int sldns_wire2str_rr_buf(uint8_t* d, size_t dlen, char* s, size_t slen) function
/freebsd-11-stable/contrib/unbound/util/data/
H A Dpacked_rrset.c295 if(sldns_wire2str_rr_buf(rr, rlen, dest, dest_len) == -1) {

Completed in 120 milliseconds