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

/freebsd-11.0-release/contrib/unbound/sldns/
H A Dwire2str.h159 int sldns_wire2str_rr_scan(uint8_t** data, size_t* data_len, char** str,
H A Dwire2str.c229 return sldns_wire2str_rr_scan(&d, &dlen, &s, &slen, NULL, 0);
353 w += sldns_wire2str_rr_scan(d, dlen, s, slen, pkt, pktlen);
359 w += sldns_wire2str_rr_scan(d, dlen, s, slen, pkt, pktlen);
365 w += sldns_wire2str_rr_scan(d, dlen, s, slen, pkt, pktlen);
413 int sldns_wire2str_rr_scan(uint8_t** d, size_t* dlen, char** s, size_t* slen, function

Completed in 666 milliseconds