Searched refs:sldns_wire2str_type_print (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/unbound/sldns/
H A Dwire2str.c257 return sldns_wire2str_type_print(&s, &slen, rrtype);
395 w += sldns_wire2str_type_print(s, sl, t);
409 w += sldns_wire2str_type_print(s, sl, t);
440 w += sldns_wire2str_type_print(s, slen, t);
502 w += sldns_wire2str_type_print(s, slen, t);
838 int sldns_wire2str_type_print(char** s, size_t* slen, uint16_t rrtype) function
877 return sldns_wire2str_type_print(s, slen, t);
1229 w += sldns_wire2str_type_print(s, sl,
H A Dwire2str.h304 int sldns_wire2str_type_print(char** str, size_t* str_len, uint16_t rrtype);

Completed in 57 milliseconds