Searched defs:ZStreamDef (Results 1 – 1 of 1) sorted by relevance
26 struct ZStreamDef { struct27 ZStreamDef(size_t input_buffer_capacity, size_t output_buffer_capacity) in ZStreamDef() argument35 std::unique_ptr<Bytef[]> input;38 std::unique_ptr<Bytef[]> output;52 std::unique_ptr<z_stream> stream;