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

  /external/chromium/third_party/zlib/
gzio.c 46 static int const gz_magic[2] = {0x1f, 0x8b}; /* gzip magic header */ variable
193 fprintf(s->file, "%c%c%c%c%c%c%c%c%c%c", gz_magic[0], gz_magic[1],
318 if (s->stream.next_in[0] != gz_magic[0] ||
319 s->stream.next_in[1] != gz_magic[1]) {
  /external/qemu/distrib/zlib-1.2.3/
gzio.c 46 static int const gz_magic[2] = {0x1f, 0x8b}; /* gzip magic header */ variable
189 fprintf(s->file, "%c%c%c%c%c%c%c%c%c%c", gz_magic[0], gz_magic[1],
314 if (s->stream.next_in[0] != gz_magic[0] ||
315 s->stream.next_in[1] != gz_magic[1]) {
  /external/zlib/
gzio.c 46 static int const gz_magic[2] = {0x1f, 0x8b}; /* gzip magic header */ variable
189 fprintf(s->file, "%c%c%c%c%c%c%c%c%c%c", gz_magic[0], gz_magic[1],
314 if (s->stream.next_in[0] != gz_magic[0] ||
315 s->stream.next_in[1] != gz_magic[1]) {
  /external/clearsilver/cgi/
cgi.c 1193 static int gz_magic[2] = {0x1f, 0x8b}; /* gzip magic header */ local
1217 sprintf(gz_buf, "%c%c%c%c%c%c%c%c%c%c", gz_magic[0], gz_magic[1],
    [all...]

Completed in 144 milliseconds