Lines Matching defs:comprloop
438 int w = 0, comprloop = 0;
455 pkt, pktlen, &comprloop);
461 w += sldns_wire2str_rr_scan(d, dlen, s, slen, pkt, pktlen, &comprloop);
467 w += sldns_wire2str_rr_scan(d, dlen, s, slen, pkt, pktlen, &comprloop);
473 w += sldns_wire2str_rr_scan(d, dlen, s, slen, pkt, pktlen, &comprloop);
522 uint8_t* pkt, size_t pktlen, int* comprloop)
537 w += sldns_wire2str_dname_scan(d, dlen, s, slen, pkt, pktlen, comprloop);
582 comprloop);
593 size_t* slen, uint8_t* pkt, size_t pktlen, int* comprloop)
597 w += sldns_wire2str_dname_scan(d, dlen, s, slen, pkt, pktlen, comprloop);
617 size_t* slen, uint8_t* pkt, size_t pktlen, int* comprloop)
621 w += sldns_wire2str_dname_scan(d, dlen, s, slen, pkt, pktlen, comprloop);
774 int* comprloop)
800 pkt, pktlen, comprloop);
851 uint8_t* pkt, size_t pktlen, int* comprloop)
860 if(comprloop) {
861 if(*comprloop != 0)
863 if(*comprloop > 4)
894 if(comprloop && *comprloop < 10)
895 (*comprloop)++;
1275 int rdftype, uint8_t* pkt, size_t pktlen, int* comprloop)
1282 return sldns_wire2str_dname_scan(d, dlen, s, slen, pkt, pktlen, comprloop);
1334 pktlen, comprloop);
1878 char** s, size_t* sl, uint8_t* pkt, size_t pktlen, int* comprloop)
1906 w += sldns_wire2str_dname_scan(d, dl, s, sl, pkt, pktlen, comprloop);
1920 uint8_t* pkt, size_t pktlen, int* comprloop)
1925 int w=sldns_wire2str_ipseckey_scan_internal(d, dl, s, sl, pkt, pktlen, comprloop);