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

  /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]) {

Completed in 142 milliseconds