Home
last modified time | relevance | path

Searched refs:search_upper_bound (Results 1 – 25 of 36) sorted by relevance

12

/dports/devel/sccache/sccache-0.2.15/cargo-crates/zip-0.5.9/src/
H A Dspec.rs56 let search_upper_bound = file_length.saturating_sub(HEADER_SIZE + ::std::u16::MAX as u64); in find_and_parse() localVariable
63 while pos >= search_upper_bound { in find_and_parse()
138 search_upper_bound: u64, in find_and_parse()
142 while pos <= search_upper_bound { in find_and_parse()
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/zip-0.5.8/src/
H A Dspec.rs56 let search_upper_bound = file_length.saturating_sub(HEADER_SIZE + ::std::u16::MAX as u64); in find_and_parse() localVariable
63 while pos >= search_upper_bound { in find_and_parse()
141 search_upper_bound: u64, in find_and_parse()
145 while pos <= search_upper_bound { in find_and_parse()
/dports/databases/xls2txt/xls2txt-1222f8069428f6bcedfcccf9e80523db34c0d343/cargo-crates/zip-0.5.8/src/
H A Dspec.rs56 let search_upper_bound = file_length.saturating_sub(HEADER_SIZE + ::std::u16::MAX as u64); in find_and_parse() localVariable
63 while pos >= search_upper_bound { in find_and_parse()
141 search_upper_bound: u64, in find_and_parse()
145 while pos <= search_upper_bound { in find_and_parse()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/zip-0.5.5/src/
H A Dspec.rs59 …let search_upper_bound = file_length.checked_sub(HEADER_SIZE + ::std::u16::MAX as u64).unwrap_or(0… in find_and_parse() localVariable
66 while pos >= search_upper_bound in find_and_parse()
148search_upper_bound: u64) -> ZipResult<(Zip64CentralDirectoryEnd, u64)> in find_and_parse()
152 while pos <= search_upper_bound in find_and_parse()
H A Dread.rs176 let search_upper_bound = cde_start_pos in get_directory_counts() localVariable
182 search_upper_bound)?; in get_directory_counts()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/zip-0.5.5/src/
H A Dspec.rs59 …let search_upper_bound = file_length.checked_sub(HEADER_SIZE + ::std::u16::MAX as u64).unwrap_or(0… in find_and_parse() localVariable
66 while pos >= search_upper_bound in find_and_parse()
148search_upper_bound: u64) -> ZipResult<(Zip64CentralDirectoryEnd, u64)> in find_and_parse()
152 while pos <= search_upper_bound in find_and_parse()
/dports/devel/grcov/grcov-0.8.2/cargo-crates/zip-0.5.13/src/
H A Dspec.rs56 let search_upper_bound = file_length.saturating_sub(HEADER_SIZE + ::std::u16::MAX as u64); in find_and_parse() localVariable
63 while pos >= search_upper_bound { in find_and_parse()
146 search_upper_bound: u64, in find_and_parse()
150 while pos <= search_upper_bound { in find_and_parse()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/zip/src/
H A Dspec.rs59 …let search_upper_bound = file_length.checked_sub(HEADER_SIZE + ::std::u16::MAX as u64).unwrap_or(0… in find_and_parse() localVariable
66 while pos >= search_upper_bound in find_and_parse()
148search_upper_bound: u64) -> ZipResult<(Zip64CentralDirectoryEnd, u64)> in find_and_parse()
152 while pos <= search_upper_bound in find_and_parse()
H A Dread.rs152 let search_upper_bound = reader.seek(io::SeekFrom::Current(0))? in get_directory_counts() localVariable
158 search_upper_bound)?; in get_directory_counts()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/zip-0.4.2/src/
H A Dspec.rs59 …let search_upper_bound = file_length.checked_sub(HEADER_SIZE + ::std::u16::MAX as u64).unwrap_or(0… in find_and_parse() localVariable
66 while pos >= search_upper_bound in find_and_parse()
148search_upper_bound: u64) -> ZipResult<(Zip64CentralDirectoryEnd, u64)> in find_and_parse()
152 while pos <= search_upper_bound in find_and_parse()
H A Dread.rs193 let search_upper_bound = cde_start_pos in get_directory_counts() localVariable
199 search_upper_bound)?; in get_directory_counts()
/dports/www/firefox/firefox-99.0/third_party/rust/zip/src/
H A Dspec.rs59 …let search_upper_bound = file_length.checked_sub(HEADER_SIZE + ::std::u16::MAX as u64).unwrap_or(0… in find_and_parse() localVariable
66 while pos >= search_upper_bound in find_and_parse()
148search_upper_bound: u64) -> ZipResult<(Zip64CentralDirectoryEnd, u64)> in find_and_parse()
152 while pos <= search_upper_bound in find_and_parse()
H A Dread.rs193 let search_upper_bound = cde_start_pos in get_directory_counts() localVariable
199 search_upper_bound)?; in get_directory_counts()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/zip/src/
H A Dspec.rs59 …let search_upper_bound = file_length.checked_sub(HEADER_SIZE + ::std::u16::MAX as u64).unwrap_or(0… in find_and_parse() localVariable
66 while pos >= search_upper_bound in find_and_parse()
148search_upper_bound: u64) -> ZipResult<(Zip64CentralDirectoryEnd, u64)> in find_and_parse()
152 while pos <= search_upper_bound in find_and_parse()
H A Dread.rs193 let search_upper_bound = cde_start_pos in get_directory_counts() localVariable
199 search_upper_bound)?; in get_directory_counts()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/zip-0.5.13/src/
H A Dspec.rs56 let search_upper_bound = file_length.saturating_sub(HEADER_SIZE + ::std::u16::MAX as u64); in find_and_parse() localVariable
63 while pos >= search_upper_bound { in find_and_parse()
146 search_upper_bound: u64, in find_and_parse()
150 while pos <= search_upper_bound { in find_and_parse()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/zip/src/
H A Dspec.rs59 …let search_upper_bound = file_length.checked_sub(HEADER_SIZE + ::std::u16::MAX as u64).unwrap_or(0… in find_and_parse() localVariable
66 while pos >= search_upper_bound in find_and_parse()
148search_upper_bound: u64) -> ZipResult<(Zip64CentralDirectoryEnd, u64)> in find_and_parse()
152 while pos <= search_upper_bound in find_and_parse()
H A Dread.rs193 let search_upper_bound = cde_start_pos in get_directory_counts() localVariable
199 search_upper_bound)?; in get_directory_counts()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/zip/src/
H A Dspec.rs59 …let search_upper_bound = file_length.checked_sub(HEADER_SIZE + ::std::u16::MAX as u64).unwrap_or(0… in find_and_parse() localVariable
66 while pos >= search_upper_bound in find_and_parse()
148search_upper_bound: u64) -> ZipResult<(Zip64CentralDirectoryEnd, u64)> in find_and_parse()
152 while pos <= search_upper_bound in find_and_parse()
H A Dread.rs193 let search_upper_bound = cde_start_pos in get_directory_counts() localVariable
199 search_upper_bound)?; in get_directory_counts()
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/zip-0.5.13/src/
H A Dspec.rs56 let search_upper_bound = file_length.saturating_sub(HEADER_SIZE + ::std::u16::MAX as u64); in find_and_parse() localVariable
63 while pos >= search_upper_bound { in find_and_parse()
146 search_upper_bound: u64, in find_and_parse()
150 while pos <= search_upper_bound { in find_and_parse()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/zip-0.5.13/src/
H A Dspec.rs56 let search_upper_bound = file_length.saturating_sub(HEADER_SIZE + ::std::u16::MAX as u64); in find_and_parse() localVariable
63 while pos >= search_upper_bound { in find_and_parse()
146 search_upper_bound: u64, in find_and_parse()
150 while pos <= search_upper_bound { in find_and_parse()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/zip-0.5.13/src/
H A Dspec.rs56 let search_upper_bound = file_length.saturating_sub(HEADER_SIZE + ::std::u16::MAX as u64); in find_and_parse() localVariable
63 while pos >= search_upper_bound { in find_and_parse()
146 search_upper_bound: u64, in find_and_parse()
150 while pos <= search_upper_bound { in find_and_parse()
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/zip-0.5.13/src/
H A Dspec.rs56 let search_upper_bound = file_length.saturating_sub(HEADER_SIZE + ::std::u16::MAX as u64); in find_and_parse() localVariable
63 while pos >= search_upper_bound { in find_and_parse()
146 search_upper_bound: u64, in find_and_parse()
150 while pos <= search_upper_bound { in find_and_parse()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/zip-0.5.13/src/
H A Dspec.rs56 let search_upper_bound = file_length.saturating_sub(HEADER_SIZE + ::std::u16::MAX as u64); in find_and_parse() localVariable
63 while pos >= search_upper_bound { in find_and_parse()
146 search_upper_bound: u64, in find_and_parse()
150 while pos <= search_upper_bound { in find_and_parse()

12