Searched refs:gzhead (Results 1 – 2 of 2) sorted by relevance
314 s->gzhead = Z_NULL;526 strm->state->gzhead = head;684 if (s->gzhead->extra != Z_NULL)686 str = s->gzhead->name;691 str = s->gzhead->comment;696 if (s->gzhead->hcrc)858 if (s->gzhead == Z_NULL) {896 if (s->gzhead->hcrc)904 if (s->gzhead->extra != Z_NULL) {931 if (s->gzhead->name != Z_NULL) {[all …]
108 gz_headerp gzhead; /* gzip header information to write */ member