H A D | gzio.c | 49 int transparent; /* 1 if input file is not a .gz file */ member in struct:gz_stream 101 s->transparent = 0; 255 mode to transparent if the gzip magic header is not present; set s->err 277 s->transparent = 1; 374 if (s->transparent) { 705 if (s->transparent) {
|