HomeSort by: relevance | last modified time | path
    Searched refs:gzhead (Results 1 - 3 of 3) sorted by relevancy

  /src/common/dist/zlib/
deflate.c 441 s->gzhead = Z_NULL;
710 strm->state->gzhead = head;
867 if (s->gzhead != Z_NULL) { /* user-supplied gzip header */
869 if (s->gzhead->extra != Z_NULL)
870 wraplen += 2 + s->gzhead->extra_len;
871 str = s->gzhead->name;
876 str = s->gzhead->comment;
881 if (s->gzhead->hcrc)
942 if (s->gzhead->hcrc && s->pending > (beg)) \
1039 if (s->gzhead == Z_NULL)
    [all...]
deflate.h 114 gz_headerp gzhead; /* gzip header information to write */ member in struct:internal_state
  /src/common/dist/zlib/examples/
gzjoin.c 204 local void gzhead(bin *in) function in typeref:typename:local void
295 gzhead(in);

Completed in 14 milliseconds