HomeSort by relevance Sort by last modified time
    Searched refs:gzhead (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_deflate.c 282 s->gzhead = Z_NULL;
444 strm->state->gzhead = head;
592 if (s->gzhead != Z_NULL) { /* user-supplied gzip header */
593 if (s->gzhead->extra != Z_NULL)
594 wraplen += 2 + s->gzhead->extra_len;
595 str = s->gzhead->name;
600 str = s->gzhead->comment;
605 if (s->gzhead->hcrc)
696 if (s->gzhead == Z_NULL) {
709 put_byte(s, (s->gzhead->text ? 1 : 0)
    [all...]
deflate.h 105 gz_headerp gzhead; /* gzip header information to write */ member in struct:internal_state
  /external/zlib/src/
deflate.c 283 s->gzhead = Z_NULL;
445 strm->state->gzhead = head;
593 if (s->gzhead != Z_NULL) { /* user-supplied gzip header */
594 if (s->gzhead->extra != Z_NULL)
595 wraplen += 2 + s->gzhead->extra_len;
596 str = s->gzhead->name;
601 str = s->gzhead->comment;
606 if (s->gzhead->hcrc)
697 if (s->gzhead == Z_NULL) {
710 put_byte(s, (s->gzhead->text ? 1 : 0)
    [all...]
deflate.h 105 gz_headerp gzhead; /* gzip header information to write */ member in struct:internal_state
  /external/zlib/src/examples/
gzjoin.c 204 local void gzhead(bin *in) function
295 gzhead(in);
  /external/chromium-trace/trace-viewer/tracing/third_party/jszip/
jszip.min.js     [all...]

Completed in 217 milliseconds