Searched refs:gzhead (Results 1 – 11 of 11) sorted by relevance
271 s->gzhead = Z_NULL;395 strm->state->gzhead = head;525 if (s->gzhead != Z_NULL) { /* user-supplied gzip header */526 if (s->gzhead->extra != Z_NULL)527 wraplen += 2 + s->gzhead->extra_len;528 str = s->gzhead->name;533 str = s->gzhead->comment;538 if (s->gzhead->hcrc)626 if (s->gzhead == Z_NULL) {639 put_byte(s, (s->gzhead->text ? 1 : 0) +[all …]
102 gz_headerp gzhead; /* gzip header information to write */ member
307 s->gzhead = Z_NULL;569 strm->state->gzhead = head;725 if (s->gzhead != Z_NULL) { /* user-supplied gzip header */727 if (s->gzhead->extra != Z_NULL)728 wraplen += 2 + s->gzhead->extra_len;729 str = s->gzhead->name;734 str = s->gzhead->comment;739 if (s->gzhead->hcrc)803 if (s->gzhead->hcrc && s->pending > (beg)) \901 if (s->gzhead == Z_NULL) {[all …]
108 gz_headerp gzhead; /* gzip header information to write */ member
304 s->gzhead = Z_NULL;560 strm->state->gzhead = head;716 if (s->gzhead != Z_NULL) { /* user-supplied gzip header */718 if (s->gzhead->extra != Z_NULL)719 wraplen += 2 + s->gzhead->extra_len;720 str = s->gzhead->name;725 str = s->gzhead->comment;730 if (s->gzhead->hcrc)794 if (s->gzhead->hcrc && s->pending > (beg)) \892 if (s->gzhead == Z_NULL) {[all …]
309 s->gzhead = Z_NULL;563 strm->state->gzhead = head;720 if (s->gzhead != Z_NULL) { /* user-supplied gzip header */722 if (s->gzhead->extra != Z_NULL)723 wraplen += 2 + s->gzhead->extra_len;724 str = s->gzhead->name;729 str = s->gzhead->comment;734 if (s->gzhead->hcrc)798 if (s->gzhead->hcrc && s->pending > (beg)) \898 if (s->gzhead == Z_NULL) {[all …]
353 s->gzhead = Z_NULL;609 strm->state->gzhead = head;765 if (s->gzhead != Z_NULL) { /* user-supplied gzip header */767 if (s->gzhead->extra != Z_NULL)768 wraplen += 2 + s->gzhead->extra_len;769 str = s->gzhead->name;774 str = s->gzhead->comment;779 if (s->gzhead->hcrc)843 if (s->gzhead->hcrc && s->pending > (beg)) \941 if (s->gzhead == Z_NULL) {[all …]
204 local void gzhead(bin *in) in gzhead() function295 gzhead(in); in gzcopy()