Home
last modified time | relevance | path

Searched refs:needs_dictionary (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/flate2/src/
Dmem.rs119 pub(crate) needs_dictionary: Option<u32>, field
132 pub fn needs_dictionary(&self) -> Option<u32> { in needs_dictionary() method
133 self.0.needs_dictionary in needs_dictionary()
145 needs_dictionary: Some(adler), in decompress_need_dict()
514 needs_dictionary: Some(stream.adler as u32), in set_dictionary()
655 let required_adler = decompress_error.needs_dictionary() in set_dictionary_with_zlib_header()