Home | History | Annotate | Download | only in zlib-1.2.3

Lines Matching full:gzip

46 static int const gz_magic[2] = {0x1f, 0x8b}; /* gzip magic header */
48 /* gzip flag byte */
85 Opens a gzip (.gz) file for reading or writing. The mode parameter
171 * return Z_STREAM_END. Here the gzip CRC32 ensures that 4 bytes are
206 Opens a gzip (.gz) file for reading or writing.
280 Check the gzip header of a gz_stream opened for reading. Set the stream
281 mode to transparent if the gzip magic header is not present; set s->err
298 gzip segment */
313 /* Peek ahead to check the gzip magic header */
322 /* Check the rest of the gzip header */