Searched refs:gzhead (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Ddeflate.c283 s->gzhead = Z_NULL;
445 strm->state->gzhead = head;
593 if (s->gzhead != Z_NULL) { /* user-supplied gzip header */
594 if (s->gzhead->extra != Z_NULL)
595 wraplen += 2 + s->gzhead->extra_len;
596 str = s->gzhead->name;
601 str = s->gzhead->comment;
606 if (s->gzhead->hcrc)
697 if (s->gzhead == Z_NULL) {
710 put_byte(s, (s->gzhead
[all...]
H A Ddeflate.h105 gz_headerp gzhead; /* gzip header information to write */ member in struct:internal_state

Completed in 22 milliseconds