HomeSort by relevance Sort by last modified time
    Searched refs:gzhead (Results 1 - 6 of 6) sorted by null

  /external/zlib/
deflate.c 271 s->gzhead = Z_NULL;
395 strm->state->gzhead = head;
513 if (s->gzhead != Z_NULL) { /* user-supplied gzip header */
514 if (s->gzhead->extra != Z_NULL)
515 wraplen += 2 + s->gzhead->extra_len;
516 str = s->gzhead->name;
521 str = s->gzhead->comment;
526 if (s->gzhead->hcrc)
614 if (s->gzhead == Z_NULL) {
627 put_byte(s, (s->gzhead->text ? 1 : 0)
    [all...]
deflate.h 102 gz_headerp gzhead; /* gzip header information to write */ member in struct:internal_state
  /external/qemu/distrib/zlib-1.2.3/
deflate.c 277 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->time >> 8) & 0xff))
    [all...]
deflate.h 102 gz_headerp gzhead; /* gzip header information to write */ member in struct:internal_state
  /external/zlib/examples/
gzjoin.c 203 local void gzhead(bin *in) function
294 gzhead(in);
  /external/zlib/contrib/masm686/
match.asm 16 ; 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 71 milliseconds