Searched refs:wraplen (Results 1 – 4 of 4) sorted by relevance
491 uLong complen, wraplen; local506 wraplen = 0;509 wraplen = 6 + (s->strstart ? 4 : 0);512 wraplen = 18;515 wraplen += 2 + s->gzhead->extra_len;519 wraplen++;524 wraplen++;527 wraplen += 2;531 wraplen = 6;536 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 …]
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 …]