Home
last modified time | relevance | path

Searched refs:comprloop (Results 1 – 3 of 3) sorted by relevance

/src/contrib/unbound/sldns/
H A Dwire2str.h165 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 Dwire2str.c438 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 …]
/src/contrib/unbound/testcode/
H A Ddoqclient.c526 int comprloop = 0; in print_answer_rrs() local
538 &str, &str_len, pkt, pktlen, &comprloop); in print_answer_rrs()
544 pkt, pktlen, &comprloop); in print_answer_rrs()