Home
last modified time | relevance | path

Searched refs:MAX_COMPRESS_PTRS (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/util/data/
H A Ddname.c165 if(count++ > MAX_COMPRESS_PTRS) in pkt_dname_tolower()
203 if(ptrcount++ > MAX_COMPRESS_PTRS) in pkt_dname_len()
246 if(count1++ > MAX_COMPRESS_PTRS) in dname_pkt_compare()
256 if(count2++ > MAX_COMPRESS_PTRS) in dname_pkt_compare()
326 if(count++ > MAX_COMPRESS_PTRS) in dname_pkt_hash()
355 if(comprcount++ > MAX_COMPRESS_PTRS) { in dname_pkt_copy()
411 if(count++ > MAX_COMPRESS_PTRS) { in dname_print()
H A Ddname.h51 #define MAX_COMPRESS_PTRS 256 macro
/freebsd/contrib/unbound/sldns/
H A Dwire2str.c857 unsigned maxcompr = MAX_COMPRESS_PTRS; /* loop detection, max compr ptrs */ in sldns_wire2str_dname_scan()
/freebsd/contrib/unbound/services/
H A Doutside_network.c2955 if(count++ > MAX_COMPRESS_PTRS)