Searched refs:comprloop (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/unbound/sldns/ |
H A D | wire2str.h | 165 size_t* str_len, uint8_t* pkt, size_t pktlen, int* comprloop); 180 size_t* str_len, uint8_t* pkt, size_t pktlen, int* comprloop); 195 size_t* str_len, uint8_t* pkt, size_t pktlen, int* comprloop); 241 int* comprloop); 274 size_t* str_len, uint8_t* pkt, size_t pktlen, int* comprloop); 527 int* comprloop); 829 size_t* str_len, uint8_t* pkt, size_t pktlen, int* comprloop);
|
H A D | wire2str.c | 438 int w = 0, comprloop = 0; in sldns_wire2str_pkt_scan() local 455 pkt, pktlen, &comprloop); in sldns_wire2str_pkt_scan() 461 w += sldns_wire2str_rr_scan(d, dlen, s, slen, pkt, pktlen, &comprloop); in sldns_wire2str_pkt_scan() 467 w += sldns_wire2str_rr_scan(d, dlen, s, slen, pkt, pktlen, &comprloop); in sldns_wire2str_pkt_scan() 473 w += sldns_wire2str_rr_scan(d, dlen, s, slen, pkt, pktlen, &comprloop); in sldns_wire2str_pkt_scan() 522 uint8_t* pkt, size_t pktlen, int* comprloop) in sldns_wire2str_rr_scan() argument 537 w += sldns_wire2str_dname_scan(d, dlen, s, slen, pkt, pktlen, comprloop); in sldns_wire2str_rr_scan() 582 comprloop); in sldns_wire2str_rr_scan() 593 size_t* slen, uint8_t* pkt, size_t pktlen, int* comprloop) in sldns_wire2str_rrquestion_scan() argument 597 w += sldns_wire2str_dname_scan(d, dlen, s, slen, pkt, pktlen, comprloop); in sldns_wire2str_rrquestion_scan() [all …]
|