Searched refs:gzhead (Results 1 – 2 of 2) sorted by relevance
271 s->gzhead = Z_NULL;395 strm->state->gzhead = head;514 if (s->gzhead->extra != Z_NULL)516 str = s->gzhead->name;521 str = s->gzhead->comment;526 if (s->gzhead->hcrc)612 if (s->gzhead == Z_NULL) {643 if (s->gzhead->hcrc)681 if (s->gzhead->extra != Z_NULL) {709 if (s->gzhead->name != Z_NULL) {[all …]
102 gz_headerp gzhead; /* gzip header information to write */ member