sldns_wire2str_rdata_scan
w += sldns_wire2str_rdata_scan(&dat, &datlen, &s, &slen, tp, NULL, 0, NULL);
return sldns_wire2str_rdata_scan(&rdata, &rdata_len, &str, &str_len,
w += sldns_wire2str_rdata_scan(d, &rdlen, s, slen, rrtype, pkt, pktlen,
int sldns_wire2str_rdata_scan(uint8_t** data, size_t* data_len, char** str,
w += sldns_wire2str_rdata_scan(&dat, &datlen, &s, &slen, tp, NULL, 0, NULL);
return sldns_wire2str_rdata_scan(&rdata, &rdata_len, &str, &str_len,
w += sldns_wire2str_rdata_scan(d, &rdlen, s, slen, rrtype, pkt, pktlen,
int sldns_wire2str_rdata_scan(uint8_t** data, size_t* data_len, char** str,