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

/openbsd-current/lib/libz/
H A Ddeflate.c832 uLong fixedlen, storelen, wraplen; local
853 wraplen = 0;
856 wraplen = 6 + (s->strstart ? 4 : 0);
860 wraplen = 18;
864 wraplen += 2 + s->gzhead->extra_len;
868 wraplen++;
873 wraplen++;
876 wraplen += 2;
881 wraplen = 18;
887 wraplen;
[all...]
/openbsd-current/sys/lib/libz/
H A Ddeflate.c832 uLong fixedlen, storelen, wraplen; local
853 wraplen = 0;
856 wraplen = 6 + (s->strstart ? 4 : 0);
860 wraplen = 18;
864 wraplen += 2 + s->gzhead->extra_len;
868 wraplen++;
873 wraplen++;
876 wraplen += 2;
881 wraplen = 18;
887 wraplen;
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Ddeflate.c700 uLong fixedlen, storelen, wraplen; local
721 wraplen = 0;
724 wraplen = 6 + (s->strstart ? 4 : 0);
728 wraplen = 18;
732 wraplen += 2 + s->gzhead->extra_len;
736 wraplen++;
741 wraplen++;
744 wraplen += 2;
749 wraplen = 6;
754 return (s->w_bits <= s->hash_bits ? fixedlen : storelen) + wraplen;
[all...]
/openbsd-current/gnu/usr.bin/perl/
H A Dregcomp.c1151 const STRLEN wraplen = pat_len + has_p + has_runon local
1164 p = sv_grow(MUTABLE_SV(Rx), wraplen + 1); /* +1 for the ending NUL */

Completed in 211 milliseconds