Searched defs:zlib_params (Results 1 – 2 of 2) sorted by relevance
110 struct zlib_params { struct113 zlib_params( int level_ = zlib::default_compression, in zlib_params() argument124 int level;125 int method;126 int window_bits;127 int mem_level;128 int strategy;129 bool noheader;130 bool calculate_crc;
84 struct zlib_params { struct85 zlibInitState zlib_init; /* zlib init state */86 uInt trailerlen; /* Remaining trailer byte count. */87 z_stream z; /* State structure for zlib. */