Searched refs:compress_vec (Results 1 – 2 of 2) sorted by relevance
340 pub fn compress_vec( in compress_vec() method643 .compress_vec(string, &mut encoded, FlushCompress::Finish) in set_dictionary_with_zlib_header()692 .compress_vec(string, &mut encoded, FlushCompress::Finish) in set_dictionary_raw()720 .compress_vec(string, &mut encoded, FlushCompress::Finish) in test_gzip_flate()
54 Ok(self.compress_vec(input, output, flush).unwrap()) in run_vec()