Home
last modified time | relevance | path

Searched refs:sldns_wire2str_rr_comment_print (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/unbound/sldns/
HDwire2str.h207 int sldns_wire2str_rr_comment_print(char** str, size_t* str_len, uint8_t* rr,
HDwire2str.c283 return sldns_wire2str_rr_comment_print(&s, &slen, rr, rrlen, dname_len, in sldns_wire2str_rr_comment_buf()
517 w += sldns_wire2str_rr_comment_print(s, slen, rr, rrlen, dname_off, in sldns_wire2str_rr_scan()
650 int sldns_wire2str_rr_comment_print(char** s, size_t* slen, uint8_t* rr, in sldns_wire2str_rr_comment_print() function