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

/freebsd-11.0-release/contrib/unbound/sldns/
H A Dwire2str.h322 int sldns_wire2str_rcode_print(char** str, size_t* str_len, int rcode);
H A Dwire2str.c269 return sldns_wire2str_rcode_print(&s, &slen, rcode);
638 w += sldns_wire2str_rcode_print(s, slen, rcode);
819 int sldns_wire2str_rcode_print(char** s, size_t* slen, int rcode) function

Completed in 56 milliseconds