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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
deflate.c 283 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->text ? 1 : 0) +
    [all...]
deflate.h 105 gz_headerp gzhead; /* gzip header information to write */ member in struct:internal_state
  /external/u-boot/lib/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)
612 if (s->gzhead == Z_NULL) {
625 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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
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/python/cpython2/Modules/zlib/
deflate.c 311 s->gzhead = Z_NULL;
523 strm->state->gzhead = head;
679 if (s->gzhead != Z_NULL) { /* user-supplied gzip header */
681 if (s->gzhead->extra != Z_NULL)
682 wraplen += 2 + s->gzhead->extra_len;
683 str = s->gzhead->name;
688 str = s->gzhead->comment;
693 if (s->gzhead->hcrc)
757 if (s->gzhead->hcrc && s->pending > (beg)) \
855 if (s->gzhead == Z_NULL)
    [all...]
deflate.h 108 gz_headerp gzhead; /* gzip header information to write */ member in struct:internal_state
  /external/zlib/src/
deflate.c 311 s->gzhead = Z_NULL;
523 strm->state->gzhead = head;
679 if (s->gzhead != Z_NULL) { /* user-supplied gzip header */
681 if (s->gzhead->extra != Z_NULL)
682 wraplen += 2 + s->gzhead->extra_len;
683 str = s->gzhead->name;
688 str = s->gzhead->comment;
693 if (s->gzhead->hcrc)
757 if (s->gzhead->hcrc && s->pending > (beg)) \
855 if (s->gzhead == Z_NULL)
    [all...]
deflate.h 108 gz_headerp gzhead; /* gzip header information to write */ member in struct:internal_state
  /external/zlib/src/examples/
gzjoin.c 204 local void gzhead(bin *in) function
295 gzhead(in);

Completed in 88 milliseconds