Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/zip/src/
Dread.rs650 let central_header_start = reader.stream_position()?; in central_header_to_zip_file() localVariable
657 central_header_to_zip_file_inner(reader, archive_offset, central_header_start) in central_header_to_zip_file()
665 central_header_start: u64, in central_header_to_zip_file_inner()
722 central_header_start, in central_header_to_zip_file_inner()
973 pub fn central_header_start(&self) -> u64 { in central_header_start() method
974 self.data.central_header_start in central_header_start()
1087 central_header_start: 0, in read_zipfile_from_stream()
1176 assert_eq!(reader.by_index(0).unwrap().central_header_start(), 77); in zip_contents()
Dtypes.rs344 pub central_header_start: u64, field
507 central_header_start: 0, in sanitize()
Dwrite.rs396 central_header_start: 0, in start_entry()
/external/rust/android-crates-io/crates/zip/src/read/
Dstream.rs28 let central_header_start = 0; in parse_central_directory() localVariable
35 central_header_to_zip_file_inner(&mut self.0, archive_offset, central_header_start) in parse_central_directory()