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

/netbsd-current/external/cddl/osnet/dist/uts/common/zmod/
H A Ddeflate.c283 s->gzhead = Z_NULL;
405 strm->state->gzhead = head;
590 if (s->gzhead == NULL) {
603 put_byte(s, (s->gzhead->text ? 1 : 0) +
604 (s->gzhead->hcrc ? 2 : 0) +
605 (s->gzhead->extra == Z_NULL ? 0 : 4) +
606 (s->gzhead->name == Z_NULL ? 0 : 8) +
607 (s->gzhead->comment == Z_NULL ? 0 : 16)
609 put_byte(s, (Byte)(s->gzhead->time & 0xff));
610 put_byte(s, (Byte)((s->gzhead
[all...]
H A Ddeflate.h102 gz_headerp gzhead; /* gzip header information to write */ member in struct:internal_state
/netbsd-current/external/gpl3/binutils.old/dist/zlib/
H A Ddeflate.c311 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
[all...]
H A Ddeflate.h108 gz_headerp gzhead; /* gzip header information to write */ member in struct:internal_state
/netbsd-current/common/dist/zlib/
H A Ddeflate.c307 s->gzhead = Z_NULL;
561 strm->state->gzhead = head;
732 if (s->gzhead != Z_NULL) { /* user-supplied gzip header */
734 if (s->gzhead->extra != Z_NULL)
735 wraplen += 2 + s->gzhead->extra_len;
736 str = s->gzhead->name;
741 str = s->gzhead->comment;
746 if (s->gzhead->hcrc)
811 if (s->gzhead->hcrc && s->pending > (beg)) \
911 if (s->gzhead
[all...]
H A Ddeflate.h110 gz_headerp gzhead; /* gzip header information to write */ member in struct:internal_state
/netbsd-current/external/gpl3/binutils/dist/zlib/
H A Ddeflate.c309 s->gzhead = Z_NULL;
563 strm->state->gzhead = head;
720 if (s->gzhead != Z_NULL) { /* user-supplied gzip header */
722 if (s->gzhead->extra != Z_NULL)
723 wraplen += 2 + s->gzhead->extra_len;
724 str = s->gzhead->name;
729 str = s->gzhead->comment;
734 if (s->gzhead->hcrc)
798 if (s->gzhead->hcrc && s->pending > (beg)) \
898 if (s->gzhead
[all...]
H A Ddeflate.h108 gz_headerp gzhead; /* gzip header information to write */ member in struct:internal_state
/netbsd-current/external/gpl3/gdb.old/dist/zlib/
H A Ddeflate.c311 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
[all...]
H A Ddeflate.h108 gz_headerp gzhead; /* gzip header information to write */ member in struct:internal_state
/netbsd-current/external/gpl3/gdb/dist/zlib/
H A Ddeflate.c309 s->gzhead = Z_NULL;
563 strm->state->gzhead = head;
720 if (s->gzhead != Z_NULL) { /* user-supplied gzip header */
722 if (s->gzhead->extra != Z_NULL)
723 wraplen += 2 + s->gzhead->extra_len;
724 str = s->gzhead->name;
729 str = s->gzhead->comment;
734 if (s->gzhead->hcrc)
798 if (s->gzhead->hcrc && s->pending > (beg)) \
898 if (s->gzhead
[all...]
H A Ddeflate.h108 gz_headerp gzhead; /* gzip header information to write */ member in struct:internal_state
/netbsd-current/external/gpl3/binutils/dist/zlib/examples/
H A Dgzjoin.c204 local void gzhead(bin *in) function
295 gzhead(in);
/netbsd-current/external/gpl3/gdb/dist/zlib/examples/
H A Dgzjoin.c204 local void gzhead(bin *in) function
295 gzhead(in);
/netbsd-current/external/gpl3/binutils.old/dist/zlib/examples/
H A Dgzjoin.c204 local void gzhead(bin *in) function
295 gzhead(in);
/netbsd-current/common/dist/zlib/examples/
H A Dgzjoin.c204 local void gzhead(bin *in) function
295 gzhead(in);
/netbsd-current/external/gpl3/gdb.old/dist/zlib/examples/
H A Dgzjoin.c204 local void gzhead(bin *in) function
295 gzhead(in);

Completed in 285 milliseconds