Home
last modified time | relevance | path

Searched defs:zlib_params (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/iostreams/filter/
Dzlib.hpp110 struct zlib_params { struct
113 zlib_params( int level_ = zlib::default_compression, in zlib_params() argument
124 int level;
125 int method;
126 int window_bits;
127 int mem_level;
128 int strategy;
129 bool noheader;
130 bool calculate_crc;
/third_party/curl/lib/
Dcontent_encoding.c84 struct zlib_params { struct
85 zlibInitState zlib_init; /* zlib init state */
86 uInt trailerlen; /* Remaining trailer byte count. */
87 z_stream z; /* State structure for zlib. */