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

/vbox/src/libs/zlib-1.2.6/
H A Ddeflate.c283 s->gzhead = Z_NULL;
445 strm->state->gzhead = head;
591 if (s->gzhead != Z_NULL) { /* user-supplied gzip header */
592 if (s->gzhead->extra != Z_NULL)
593 wraplen += 2 + s->gzhead->extra_len;
594 str = s->gzhead->name;
599 str = s->gzhead->comment;
604 if (s->gzhead->hcrc)
695 if (s->gzhead == Z_NULL) {
708 put_byte(s, (s->gzhead
[all...]
H A Ddeflate.h105 gz_headerp gzhead; /* gzip header information to write */ member in struct:internal_state
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgzjoin.c203 local void gzhead(bin *in) function
294 gzhead(in);

Completed in 79 milliseconds