Home | History | Annotate | Download | only in io

Lines Matching defs:ZLIB

48 #include <zlib.h>
54 // A ZeroCopyInputStream that reads compressed data through zlib
59 // zlib will autodetect gzip header or deflate stream
65 // Simpler zlib stream format.
66 ZLIB = 2,
117 // Simpler zlib stream format.
118 ZLIB = 2,
129 // compression. Defaults to Z_DEFAULT_COMPRESSION (see zlib.h).
134 // zlib.h for definitions of these constants.
164 // Please ensure that block size is > 6. Here is an excerpt from the zlib
198 // Takes zlib flush mode.
199 // Returns zlib error code.