Searched refs:comprloop (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/testcode/ |
H A D | testpkts.c | 731 int comprloop = 0; in get_qtype() local 739 (void)sldns_wire2str_dname_scan(&d, &dl, &snull, &sl, pkt, pktlen, &comprloop); in get_qtype() 751 int comprloop = 0; in get_qname_len() local 759 (void)sldns_wire2str_dname_scan(&d, &dl, &snull, &sl, pkt, pktlen, &comprloop); in get_qname_len() 796 int comprloop = 0; in get_serial() local 806 &snull, &sl, p, plen, &comprloop); in get_serial() 809 p, plen, &comprloop); in get_serial() 817 p, plen, &comprloop); in get_serial() 828 &sl, p, plen, &comprloop); in get_serial() 830 &sl, p, plen, &comprloop); in get_serial() [all …]
|
/netbsd-src/external/bsd/unbound/dist/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 | 433 int w = 0, comprloop = 0; in sldns_wire2str_pkt_scan() local 450 pkt, pktlen, &comprloop); in sldns_wire2str_pkt_scan() 456 w += sldns_wire2str_rr_scan(d, dlen, s, slen, pkt, pktlen, &comprloop); in sldns_wire2str_pkt_scan() 462 w += sldns_wire2str_rr_scan(d, dlen, s, slen, pkt, pktlen, &comprloop); in sldns_wire2str_pkt_scan() 468 w += sldns_wire2str_rr_scan(d, dlen, s, slen, pkt, pktlen, &comprloop); in sldns_wire2str_pkt_scan() 517 uint8_t* pkt, size_t pktlen, int* comprloop) in sldns_wire2str_rr_scan() argument 532 w += sldns_wire2str_dname_scan(d, dlen, s, slen, pkt, pktlen, comprloop); in sldns_wire2str_rr_scan() 577 comprloop); in sldns_wire2str_rr_scan() 588 size_t* slen, uint8_t* pkt, size_t pktlen, int* comprloop) in sldns_wire2str_rrquestion_scan() argument 592 w += sldns_wire2str_dname_scan(d, dlen, s, slen, pkt, pktlen, comprloop); in sldns_wire2str_rrquestion_scan() [all …]
|