Lines Matching refs:comprloop

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()
612 size_t* slen, uint8_t* pkt, size_t pktlen, int* comprloop) in sldns_wire2str_rr_unknown_scan() argument
616 w += sldns_wire2str_dname_scan(d, dlen, s, slen, pkt, pktlen, comprloop); in sldns_wire2str_rr_unknown_scan()
769 int* comprloop) in sldns_wire2str_rdata_scan() argument
795 pkt, pktlen, comprloop); in sldns_wire2str_rdata_scan()
846 uint8_t* pkt, size_t pktlen, int* comprloop) in sldns_wire2str_dname_scan() argument
855 if(comprloop) { in sldns_wire2str_dname_scan()
856 if(*comprloop != 0) in sldns_wire2str_dname_scan()
858 if(*comprloop > 4) in sldns_wire2str_dname_scan()
889 if(comprloop && *comprloop < 10) in sldns_wire2str_dname_scan()
890 (*comprloop)++; in sldns_wire2str_dname_scan()
1269 int rdftype, uint8_t* pkt, size_t pktlen, int* comprloop) in sldns_wire2str_rdf_scan() argument
1276 return sldns_wire2str_dname_scan(d, dlen, s, slen, pkt, pktlen, comprloop); in sldns_wire2str_rdf_scan()
1328 pktlen, comprloop); in sldns_wire2str_rdf_scan()
1872 char** s, size_t* sl, uint8_t* pkt, size_t pktlen, int* comprloop) in sldns_wire2str_ipseckey_scan_internal() argument
1900 w += sldns_wire2str_dname_scan(d, dl, s, sl, pkt, pktlen, comprloop); in sldns_wire2str_ipseckey_scan_internal()
1914 uint8_t* pkt, size_t pktlen, int* comprloop) in sldns_wire2str_ipseckey_scan() argument
1919 int w=sldns_wire2str_ipseckey_scan_internal(d, dl, s, sl, pkt, pktlen, comprloop); in sldns_wire2str_ipseckey_scan()