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

/darwin-on-arm/xnu/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

Completed in 21 milliseconds