Home
last modified time | relevance | path

Searched refs:CentralDirectoryEnd (Results 1 – 25 of 71) sorted by relevance

123

/dports/devel/sccache/sccache-0.2.15/cargo-crates/zip-0.5.9/src/
H A Dspec.rs12 pub struct CentralDirectoryEnd { struct
22 impl CentralDirectoryEnd { argument
23 pub fn parse<T: Read>(reader: &mut T) -> ZipResult<CentralDirectoryEnd> { in parse() argument
38 Ok(CentralDirectoryEnd { in parse()
51 ) -> ZipResult<(CentralDirectoryEnd, u64)> { in find_and_parse() argument
70 return CentralDirectoryEnd::parse(reader).map(|cde| (cde, cde_start_pos)); in find_and_parse()
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/zip-0.5.8/src/
H A Dspec.rs12 pub struct CentralDirectoryEnd { struct
22 impl CentralDirectoryEnd { argument
23 pub fn parse<T: Read>(reader: &mut T) -> ZipResult<CentralDirectoryEnd> { in parse() argument
38 Ok(CentralDirectoryEnd { in parse()
51 ) -> ZipResult<(CentralDirectoryEnd, u64)> { in find_and_parse() argument
72 return CentralDirectoryEnd::parse(reader).map(|cde| (cde, cde_start_pos)); in find_and_parse()
/dports/databases/xls2txt/xls2txt-1222f8069428f6bcedfcccf9e80523db34c0d343/cargo-crates/zip-0.5.8/src/
H A Dspec.rs12 pub struct CentralDirectoryEnd { struct
22 impl CentralDirectoryEnd { implementation
23 pub fn parse<T: Read>(reader: &mut T) -> ZipResult<CentralDirectoryEnd> { in parse() argument
38 Ok(CentralDirectoryEnd { in parse()
51 ) -> ZipResult<(CentralDirectoryEnd, u64)> { in find_and_parse() argument
72 return CentralDirectoryEnd::parse(reader).map(|cde| (cde, cde_start_pos)); in find_and_parse()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/zip-0.5.5/src/
H A Dspec.rs12 pub struct CentralDirectoryEnd struct
23 impl CentralDirectoryEnd argument
25 pub fn parse<T: Read>(reader: &mut T) -> ZipResult<CentralDirectoryEnd> in parse() argument
41 Ok(CentralDirectoryEnd in parse()
53 pub fn find_and_parse<T: Read+io::Seek>(reader: &mut T) -> ZipResult<(CentralDirectoryEnd, u64)> in find_and_parse() argument
76 return CentralDirectoryEnd::parse(reader).map(|cde| (cde, cde_start_pos)); in find_and_parse()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/zip-0.5.5/src/
H A Dspec.rs12 pub struct CentralDirectoryEnd struct
23 impl CentralDirectoryEnd argument
25 pub fn parse<T: Read>(reader: &mut T) -> ZipResult<CentralDirectoryEnd> in parse() argument
41 Ok(CentralDirectoryEnd in parse()
53 pub fn find_and_parse<T: Read+io::Seek>(reader: &mut T) -> ZipResult<(CentralDirectoryEnd, u64)> in find_and_parse() argument
76 return CentralDirectoryEnd::parse(reader).map(|cde| (cde, cde_start_pos)); in find_and_parse()
/dports/devel/grcov/grcov-0.8.2/cargo-crates/zip-0.5.13/src/
H A Dspec.rs12 pub struct CentralDirectoryEnd { struct
22 impl CentralDirectoryEnd { impl
23 pub fn parse<T: Read>(reader: &mut T) -> ZipResult<CentralDirectoryEnd> { in parse() argument
38 Ok(CentralDirectoryEnd { in parse()
51 ) -> ZipResult<(CentralDirectoryEnd, u64)> { in find_and_parse() argument
70 return CentralDirectoryEnd::parse(reader).map(|cde| (cde, cde_start_pos)); in find_and_parse()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/zip/src/
H A Dspec.rs12 pub struct CentralDirectoryEnd struct
23 impl CentralDirectoryEnd impl
25 pub fn parse<T: Read>(reader: &mut T) -> ZipResult<CentralDirectoryEnd> in parse() argument
41 Ok(CentralDirectoryEnd in parse()
53 pub fn find_and_parse<T: Read+io::Seek>(reader: &mut T) -> ZipResult<(CentralDirectoryEnd, u64)> in find_and_parse() argument
76 return CentralDirectoryEnd::parse(reader).map(|cde| (cde, cde_start_pos)); in find_and_parse()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/zip-0.4.2/src/
H A Dspec.rs12 pub struct CentralDirectoryEnd struct
23 impl CentralDirectoryEnd argument
25 pub fn parse<T: Read>(reader: &mut T) -> ZipResult<CentralDirectoryEnd> in parse() argument
41 Ok(CentralDirectoryEnd in parse()
53 pub fn find_and_parse<T: Read+io::Seek>(reader: &mut T) -> ZipResult<(CentralDirectoryEnd, u64)> in find_and_parse() argument
76 return CentralDirectoryEnd::parse(reader).map(|cde| (cde, cde_start_pos)); in find_and_parse()
/dports/www/firefox/firefox-99.0/third_party/rust/zip/src/
H A Dspec.rs12 pub struct CentralDirectoryEnd struct
23 impl CentralDirectoryEnd impl
25 pub fn parse<T: Read>(reader: &mut T) -> ZipResult<CentralDirectoryEnd> in parse() argument
41 Ok(CentralDirectoryEnd in parse()
53 pub fn find_and_parse<T: Read+io::Seek>(reader: &mut T) -> ZipResult<(CentralDirectoryEnd, u64)> in find_and_parse() argument
76 return CentralDirectoryEnd::parse(reader).map(|cde| (cde, cde_start_pos)); in find_and_parse()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/zip/src/
H A Dspec.rs12 pub struct CentralDirectoryEnd struct
23 impl CentralDirectoryEnd implementation
25 pub fn parse<T: Read>(reader: &mut T) -> ZipResult<CentralDirectoryEnd> in parse() argument
41 Ok(CentralDirectoryEnd in parse()
53 pub fn find_and_parse<T: Read+io::Seek>(reader: &mut T) -> ZipResult<(CentralDirectoryEnd, u64)> in find_and_parse() argument
76 return CentralDirectoryEnd::parse(reader).map(|cde| (cde, cde_start_pos)); in find_and_parse()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/zip-0.5.13/src/
H A Dspec.rs12 pub struct CentralDirectoryEnd { struct
22 impl CentralDirectoryEnd { argument
23 pub fn parse<T: Read>(reader: &mut T) -> ZipResult<CentralDirectoryEnd> { in parse() argument
38 Ok(CentralDirectoryEnd { in parse()
51 ) -> ZipResult<(CentralDirectoryEnd, u64)> { in find_and_parse() argument
70 return CentralDirectoryEnd::parse(reader).map(|cde| (cde, cde_start_pos)); in find_and_parse()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/zip/src/
H A Dspec.rs12 pub struct CentralDirectoryEnd struct
23 impl CentralDirectoryEnd argument
25 pub fn parse<T: Read>(reader: &mut T) -> ZipResult<CentralDirectoryEnd> in parse() argument
41 Ok(CentralDirectoryEnd in parse()
53 pub fn find_and_parse<T: Read+io::Seek>(reader: &mut T) -> ZipResult<(CentralDirectoryEnd, u64)> in find_and_parse() argument
76 return CentralDirectoryEnd::parse(reader).map(|cde| (cde, cde_start_pos)); in find_and_parse()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/zip/src/
H A Dspec.rs12 pub struct CentralDirectoryEnd struct
23 impl CentralDirectoryEnd implementation
25 pub fn parse<T: Read>(reader: &mut T) -> ZipResult<CentralDirectoryEnd> in parse() argument
41 Ok(CentralDirectoryEnd in parse()
53 pub fn find_and_parse<T: Read+io::Seek>(reader: &mut T) -> ZipResult<(CentralDirectoryEnd, u64)> in find_and_parse() argument
76 return CentralDirectoryEnd::parse(reader).map(|cde| (cde, cde_start_pos)); in find_and_parse()
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/zip-0.5.13/src/
H A Dspec.rs12 pub struct CentralDirectoryEnd { struct
22 impl CentralDirectoryEnd { argument
23 pub fn parse<T: Read>(reader: &mut T) -> ZipResult<CentralDirectoryEnd> { in parse() argument
38 Ok(CentralDirectoryEnd { in parse()
51 ) -> ZipResult<(CentralDirectoryEnd, u64)> { in find_and_parse() argument
70 return CentralDirectoryEnd::parse(reader).map(|cde| (cde, cde_start_pos)); in find_and_parse()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/zip-0.5.13/src/
H A Dspec.rs12 pub struct CentralDirectoryEnd { struct
22 impl CentralDirectoryEnd { argument
23 pub fn parse<T: Read>(reader: &mut T) -> ZipResult<CentralDirectoryEnd> { in parse() argument
38 Ok(CentralDirectoryEnd { in parse()
51 ) -> ZipResult<(CentralDirectoryEnd, u64)> { in find_and_parse() argument
70 return CentralDirectoryEnd::parse(reader).map(|cde| (cde, cde_start_pos)); in find_and_parse()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/zip-0.5.13/src/
H A Dspec.rs12 pub struct CentralDirectoryEnd { struct
22 impl CentralDirectoryEnd { argument
23 pub fn parse<T: Read>(reader: &mut T) -> ZipResult<CentralDirectoryEnd> { in parse() argument
38 Ok(CentralDirectoryEnd { in parse()
51 ) -> ZipResult<(CentralDirectoryEnd, u64)> { in find_and_parse() argument
70 return CentralDirectoryEnd::parse(reader).map(|cde| (cde, cde_start_pos)); in find_and_parse()
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/zip-0.5.13/src/
H A Dspec.rs12 pub struct CentralDirectoryEnd { struct
22 impl CentralDirectoryEnd { argument
23 pub fn parse<T: Read>(reader: &mut T) -> ZipResult<CentralDirectoryEnd> { in parse() argument
38 Ok(CentralDirectoryEnd { in parse()
51 ) -> ZipResult<(CentralDirectoryEnd, u64)> { in find_and_parse() argument
70 return CentralDirectoryEnd::parse(reader).map(|cde| (cde, cde_start_pos)); in find_and_parse()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/zip-0.5.13/src/
H A Dspec.rs12 pub struct CentralDirectoryEnd { struct
22 impl CentralDirectoryEnd { argument
23 pub fn parse<T: Read>(reader: &mut T) -> ZipResult<CentralDirectoryEnd> { in parse() argument
38 Ok(CentralDirectoryEnd { in parse()
51 ) -> ZipResult<(CentralDirectoryEnd, u64)> { in find_and_parse() argument
70 return CentralDirectoryEnd::parse(reader).map(|cde| (cde, cde_start_pos)); in find_and_parse()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/shell/source/win32/zipfile/
H A Dzipfile.cxx83 struct CentralDirectoryEnd struct
93 CentralDirectoryEnd() in CentralDirectoryEnd() argument
144 bool readCentralDirectoryEnd(StreamInterface *stream, CentralDirectoryEnd &end) in readCentralDirectoryEnd()
306 CentralDirectoryEnd end; in isZipStream()
442 CentralDirectoryEnd end; in GetUncompressedContent()
514 CentralDirectoryEnd end; in GetDirectory()
551 CentralDirectoryEnd end; in GetFileLongestFileNameLength()
/dports/textproc/librevenge/librevenge-0.0.4/src/lib/
H A DRVNGZipStream.cpp89 struct CentralDirectoryEnd struct
99 CentralDirectoryEnd() in CentralDirectoryEnd() argument
102 ~CentralDirectoryEnd() {} in ~CentralDirectoryEnd() argument
127 static bool readCentralDirectoryEnd(RVNGInputStream *input, CentralDirectoryEnd &end) in readCentralDirectoryEnd()
349 CentralDirectoryEnd end; in findDataStream()
378 CentralDirectoryEnd end; in getSubStreamNamesInZip()
403 CentralDirectoryEnd end; in isZipFile()
/dports/www/firefox-legacy/firefox-52.8.0esr/mozglue/linker/
H A DZip.cpp30 if (size <= sizeof(CentralDirectoryEnd)) { in Create()
168 const CentralDirectoryEnd *end = nullptr; in GetFirstEntry()
170 - sizeof(CentralDirectoryEnd); in GetFirstEntry()
174 end = CentralDirectoryEnd::validate(_end); in GetFirstEntry()
/dports/editors/libreoffice/libreoffice-7.2.6.2/shell/source/win32/zipfile/
H A Dzipfile.cxx87 struct CentralDirectoryEnd struct
97 CentralDirectoryEnd() in CentralDirectoryEnd() argument
148 bool readCentralDirectoryEnd(StreamInterface *stream, CentralDirectoryEnd &end) in readCentralDirectoryEnd()
310 CentralDirectoryEnd end; in isZipStream()
452 CentralDirectoryEnd end; in GetUncompressedContent()
524 CentralDirectoryEnd end; in GetDirectory()
/dports/lang/spidermonkey60/firefox-60.9.0/mozglue/linker/
H A DZip.cpp28 if (size <= sizeof(CentralDirectoryEnd)) { in Create()
157 const CentralDirectoryEnd *end = nullptr; in GetFirstEntry()
159 static_cast<const char *>(mapped) + size - sizeof(CentralDirectoryEnd); in GetFirstEntry()
163 end = CentralDirectoryEnd::validate(_end); in GetFirstEntry()
/dports/www/firefox-esr/firefox-91.8.0/mozglue/linker/
H A DZip.cpp28 if (size <= sizeof(CentralDirectoryEnd)) { in Create()
157 const CentralDirectoryEnd* end = nullptr; in GetFirstEntry()
159 static_cast<const char*>(mapped) + size - sizeof(CentralDirectoryEnd); in GetFirstEntry()
163 end = CentralDirectoryEnd::validate(_end); in GetFirstEntry()
/dports/www/firefox/firefox-99.0/mozglue/linker/
H A DZip.cpp28 if (size <= sizeof(CentralDirectoryEnd)) { in Create()
157 const CentralDirectoryEnd* end = nullptr; in GetFirstEntry()
159 static_cast<const char*>(mapped) + size - sizeof(CentralDirectoryEnd); in GetFirstEntry()
163 end = CentralDirectoryEnd::validate(_end); in GetFirstEntry()

123