Searched refs:new_with_decompress (Results 1 – 3 of 3) sorted by relevance
185 pub fn new_with_decompress(r: R, decompression: Decompress) -> ZlibDecoder<R> { in new_with_decompress() method201 inner: bufread::ZlibDecoder::new_with_decompress( in new_with_decompress_and_buf()
182 pub fn new_with_decompress(r: R, decompression: Decompress) -> ZlibDecoder<R> { in new_with_decompress() method
234 pub fn new_with_decompress(w: W, decompression: Decompress) -> ZlibDecoder<W> { in new_with_decompress() method