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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/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
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/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
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dgzjoin.c203 local void gzhead(bin *in) function
294 gzhead(in);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/examples/
H A Dgzjoin.c203 local void gzhead(bin *in) function
294 gzhead(in);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/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)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/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 95 milliseconds