HomeSort by: relevance | last modified time | path
    Searched defs:wraplen (Results 1 - 4 of 4) sorted by relevancy

  /src/common/dist/zlib/
deflate.c 838 uLong fixedlen, storelen, wraplen; local in function:deflateBound
859 wraplen = 0;
862 wraplen = 6 + (s->strstart ? 4 : 0);
866 wraplen = 18;
870 wraplen += 2 + s->gzhead->extra_len;
874 wraplen++;
879 wraplen++;
882 wraplen += 2;
887 wraplen = 6;
893 wraplen;
    [all...]
deflate.c 838 uLong fixedlen, storelen, wraplen; local in function:deflateBound
859 wraplen = 0;
862 wraplen = 6 + (s->strstart ? 4 : 0);
866 wraplen = 18;
870 wraplen += 2 + s->gzhead->extra_len;
874 wraplen++;
879 wraplen++;
882 wraplen += 2;
887 wraplen = 6;
893 wraplen;
    [all...]
deflate.c 838 uLong fixedlen, storelen, wraplen; local in function:deflateBound
859 wraplen = 0;
862 wraplen = 6 + (s->strstart ? 4 : 0);
866 wraplen = 18;
870 wraplen += 2 + s->gzhead->extra_len;
874 wraplen++;
879 wraplen++;
882 wraplen += 2;
887 wraplen = 6;
893 wraplen;
    [all...]
deflate.c 838 uLong fixedlen, storelen, wraplen; local in function:deflateBound
859 wraplen = 0;
862 wraplen = 6 + (s->strstart ? 4 : 0);
866 wraplen = 18;
870 wraplen += 2 + s->gzhead->extra_len;
874 wraplen++;
879 wraplen++;
882 wraplen += 2;
887 wraplen = 6;
893 wraplen;
    [all...]

Completed in 44 milliseconds