Searched refs:maxcompr (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/unbound/sldns/
H A Dwire2str.c788 unsigned maxcompr = MAX_COMPRESS_PTRS; /* loop detection, max compr ptrs */ local
792 maxcompr = 30; /* for like ipv6 reverse name, per label */
794 maxcompr = 4; /* just don't want to spend time, any more */
823 if(counter++ > maxcompr) {

Completed in 107 milliseconds