Home | History | Annotate | Download | only in metrics

Lines Matching full:zlib

12 #include "third_party/zlib/zlib.h"
16 // The difference in bytes between a zlib header and a gzip header.
20 // zlib header when calling deflateInit2() and inflateInit2().
23 // This describes the amount of memory zlib uses to compress data. It can go
25 // http://www.zlib.net/manual.html (search for memLevel).
28 // This code is taken almost verbatim from third_party/zlib/compress.c. The only
30 // That causes a gzip header to be emitted rather than a zlib header.
74 // This code is taken almost verbatim from third_party/zlib/uncompr.c. The only
76 // That causes a gzip header to be parsed rather than a zlib header.