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

/macosx-10.10/sudo-73/src/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
/macosx-10.10/zlib-55/zlib/
H A Ddeflate.c271 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
[all...]
H A Ddeflate.h102 gz_headerp gzhead; /* gzip header information to write */ member in struct:internal_state
/macosx-10.10/rsync-45/rsync/zlib/
H A Ddeflate.c279 s->gzhead = Z_NULL;
401 strm->state->gzhead = head;
586 if (s->gzhead == NULL) {
599 put_byte(s, (s->gzhead->text ? 1 : 0) +
600 (s->gzhead->hcrc ? 2 : 0) +
601 (s->gzhead->extra == Z_NULL ? 0 : 4) +
602 (s->gzhead->name == Z_NULL ? 0 : 8) +
603 (s->gzhead->comment == Z_NULL ? 0 : 16)
605 put_byte(s, (Byte)(s->gzhead->time & 0xff));
606 put_byte(s, (Byte)((s->gzhead
[all...]
H A Ddeflate.h102 gz_headerp gzhead; /* gzip header information to write */ member in struct:internal_state
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Ddeflate.c306 s->gzhead = Z_NULL;
428 strm->state->gzhead = head;
613 if (s->gzhead == NULL) {
626 put_byte(s, (s->gzhead->text ? 1 : 0) +
627 (s->gzhead->hcrc ? 2 : 0) +
628 (s->gzhead->extra == Z_NULL ? 0 : 4) +
629 (s->gzhead->name == Z_NULL ? 0 : 8) +
630 (s->gzhead->comment == Z_NULL ? 0 : 16)
632 put_byte(s, (Byte)(s->gzhead->time & 0xff));
633 put_byte(s, (Byte)((s->gzhead
[all...]
H A Ddeflate.h129 gz_headerp gzhead; /* gzip header information to write */ member in struct:internal_state
/macosx-10.10/zlib-55/zlib/examples/
H A Dgzjoin.c203 local void gzhead(bin *in) function
294 gzhead(in);
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dratz.c1312 gz_headerp gzhead; /* gzip header information to write */ member in struct:internal_state

Completed in 179 milliseconds