Searched refs:gzhead (Results 1 – 2 of 2) 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