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

/external/zlib/
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
/external/qemu/distrib/zlib-1.2.3/
H A Ddeflate.c277 s->gzhead = Z_NULL;
399 strm->state->gzhead = head;
584 if (s->gzhead == NULL) {
597 put_byte(s, (s->gzhead->text ? 1 : 0) +
598 (s->gzhead->hcrc ? 2 : 0) +
599 (s->gzhead->extra == Z_NULL ? 0 : 4) +
600 (s->gzhead->name == Z_NULL ? 0 : 8) +
601 (s->gzhead->comment == Z_NULL ? 0 : 16)
603 put_byte(s, (Byte)(s->gzhead->time & 0xff));
604 put_byte(s, (Byte)((s->gzhead
[all...]
H A Ddeflate.h102 gz_headerp gzhead; /* gzip header information to write */ member in struct:internal_state
/external/zlib/examples/
H A Dgzjoin.c203 local void gzhead(bin *in) function
294 gzhead(in);
/external/zlib/contrib/masm686/
H A Dmatch.asm16 ; Modified by Gilles Vollant (2005) for add gzhead and gzindex
44 ; gzhead and gzindex are added in zlib 1.2.2.2 (see deflate.h)

Completed in 124 milliseconds