Searched defs:gz_magic (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dgzio.c29 static int gz_magic[2] = {0x1f, 0x8b}; /* gzip magic header */ variable
163 fprintf(s->file, "%c%c%c%c%c%c%c%c%c%c", gz_magic[0], gz_magic[1],
273 if (c != gz_magic[len]) {

Completed in 47 milliseconds