Searched refs:wraplen (Results 1 – 2 of 2) sorted by relevance
571 uLong complen, wraplen; local586 wraplen = 0;589 wraplen = 6 + (s->strstart ? 4 : 0);592 wraplen = 18;595 wraplen += 2 + s->gzhead->extra_len;599 wraplen++;604 wraplen++;607 wraplen += 2;611 wraplen = 6;616 return complen + wraplen;[all …]
570 uLong complen, wraplen; in deflateBound() local585 wraplen = 0; in deflateBound()588 wraplen = 6 + (s->strstart ? 4 : 0); in deflateBound()591 wraplen = 18; in deflateBound()594 wraplen += 2 + s->gzhead->extra_len; in deflateBound()598 wraplen++; in deflateBound()603 wraplen++; in deflateBound()606 wraplen += 2; in deflateBound()610 wraplen = 6; in deflateBound()615 return complen + wraplen; in deflateBound()[all …]