Searched refs:gzhead (Results 1 – 7 of 7) sorted by relevance
271 s->gzhead = Z_NULL;395 strm->state->gzhead = head;513 if (s->gzhead != Z_NULL) { /* user-supplied gzip header */514 if (s->gzhead->extra != Z_NULL)515 wraplen += 2 + s->gzhead->extra_len;516 str = s->gzhead->name;521 str = s->gzhead->comment;526 if (s->gzhead->hcrc)612 if (s->gzhead == Z_NULL) {625 put_byte(s, (s->gzhead->text ? 1 : 0) +[all …]
102 gz_headerp gzhead; /* gzip header information to write */ member
311 s->gzhead = Z_NULL;523 strm->state->gzhead = head;679 if (s->gzhead != Z_NULL) { /* user-supplied gzip header */681 if (s->gzhead->extra != Z_NULL)682 wraplen += 2 + s->gzhead->extra_len;683 str = s->gzhead->name;688 str = s->gzhead->comment;693 if (s->gzhead->hcrc)757 if (s->gzhead->hcrc && s->pending > (beg)) \855 if (s->gzhead == Z_NULL) {[all …]
108 gz_headerp gzhead; /* gzip header information to write */ member
204 local void gzhead(bin *in) in gzhead() function295 gzhead(in); in gzcopy()