Home
last modified time | relevance | path

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

/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp831 CThreadDecoder threadDecoder; in Update() local
835 threadDecoder._codecsInfo = codecsInfo; in Update()
836 threadDecoder._externalCodecs = *externalCodecs; in Update()
838 RINOK(threadDecoder.Create()); in Update()
878 threadDecoder.GetTextPassword = getPasswordSpec; in Update()
983 threadDecoder.InStream = inStream; in Update()
984 threadDecoder.Folder = &db->Folders[folderIndex]; in Update()
985 threadDecoder.StartPos = db->GetFolderStreamPos(folderIndex, 0); in Update()
988 threadDecoder.Start(); in Update()
997 threadDecoder.WaitFinish(); in Update()
[all …]
/dports/sysutils/squashfs-tools/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp775 CThreadDecoder threadDecoder; in Update() local
779 threadDecoder._codecsInfo = codecsInfo; in Update()
780 threadDecoder._externalCodecs = *externalCodecs; in Update()
782 RINOK(threadDecoder.Create()); in Update()
818 threadDecoder.GetTextPassword = getPasswordSpec; in Update()
923 threadDecoder.InStream = inStream; in Update()
924 threadDecoder.Folder = &db->Folders[folderIndex]; in Update()
925 threadDecoder.StartPos = db->GetFolderStreamPos(folderIndex, 0); in Update()
928 threadDecoder.Start(); in Update()
935 threadDecoder.WaitExecuteFinish(); in Update()
[all …]
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1734 CThreadDecoder threadDecoder(options.MultiThreadMixer); in Update() local
1740 threadDecoder.__externalCodecs = __externalCodecs; in Update()
1742 RINOK(threadDecoder.Create()); in Update()
1804 threadDecoder.getTextPassword = getPasswordSpec; in Update()
2097 repackBase = threadDecoder.FosSpec; in Update()
2104 threadDecoder.InStream = inStream; in Update()
2107 threadDecoder.FolderIndex = folderIndex; in Update()
2129 HRESULT res = threadDecoder.Decoder.Decode( in Update()
2171 threadDecoder.Start(); in Update()
2197 threadDecoder.WaitExecuteFinish(); in Update()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1734 CThreadDecoder threadDecoder(options.MultiThreadMixer); in Update() local
1740 threadDecoder.__externalCodecs = __externalCodecs; in Update()
1742 RINOK(threadDecoder.Create()); in Update()
1804 threadDecoder.getTextPassword = getPasswordSpec; in Update()
2097 repackBase = threadDecoder.FosSpec; in Update()
2104 threadDecoder.InStream = inStream; in Update()
2107 threadDecoder.FolderIndex = folderIndex; in Update()
2129 HRESULT res = threadDecoder.Decoder.Decode( in Update()
2171 threadDecoder.Start(); in Update()
2197 threadDecoder.WaitExecuteFinish(); in Update()
[all …]
/dports/archivers/lzma/lzma-19.00/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1737 CThreadDecoder threadDecoder(options.MultiThreadMixer); in Update() local
1743 threadDecoder.__externalCodecs = __externalCodecs; in Update()
1745 RINOK(threadDecoder.Create()); in Update()
1807 threadDecoder.getTextPassword = getPasswordSpec; in Update()
2100 repackBase = threadDecoder.FosSpec; in Update()
2107 threadDecoder.InStream = inStream; in Update()
2110 threadDecoder.FolderIndex = folderIndex; in Update()
2132 HRESULT res = threadDecoder.Decoder.Decode( in Update()
2174 threadDecoder.Start(); in Update()
2200 threadDecoder.WaitExecuteFinish(); in Update()
[all …]
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1743 CThreadDecoder threadDecoder(options.MultiThreadMixer); in Update() local
1749 threadDecoder.__externalCodecs = __externalCodecs; in Update()
1751 WRes wres = threadDecoder.Create(); in Update()
1815 threadDecoder.getTextPassword = getPasswordSpec; in Update()
2108 repackBase = threadDecoder.FosSpec; in Update()
2113 threadDecoder.FosSpec->_stream = sbOutStream; in Update()
2115 threadDecoder.InStream = inStream; in Update()
2118 threadDecoder.FolderIndex = folderIndex; in Update()
2140 HRESULT res = threadDecoder.Decoder.Decode( in Update()
2182 WRes wres = threadDecoder.Start(); in Update()
[all …]
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1732 CThreadDecoder threadDecoder(options.MultiThreadMixer); in Update() local
1738 threadDecoder.__externalCodecs = __externalCodecs; in Update()
1740 RINOK(threadDecoder.Create()); in Update()
1802 threadDecoder.getTextPassword = getPasswordSpec; in Update()
2095 repackBase = threadDecoder.FosSpec; in Update()
2102 threadDecoder.InStream = inStream; in Update()
2105 threadDecoder.FolderIndex = folderIndex; in Update()
2127 HRESULT res = threadDecoder.Decoder.Decode( in Update()
2169 threadDecoder.Start(); in Update()
2195 threadDecoder.WaitExecuteFinish(); in Update()
[all …]
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1734 CThreadDecoder threadDecoder(options.MultiThreadMixer); in Update() local
1740 threadDecoder.__externalCodecs = __externalCodecs; in Update()
1742 RINOK(threadDecoder.Create()); in Update()
1804 threadDecoder.getTextPassword = getPasswordSpec; in Update()
2097 repackBase = threadDecoder.FosSpec; in Update()
2104 threadDecoder.InStream = inStream; in Update()
2107 threadDecoder.FolderIndex = folderIndex; in Update()
2129 HRESULT res = threadDecoder.Decoder.Decode( in Update()
2171 threadDecoder.Start(); in Update()
2197 threadDecoder.WaitExecuteFinish(); in Update()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1734 CThreadDecoder threadDecoder(options.MultiThreadMixer); in Update() local
1740 threadDecoder.__externalCodecs = __externalCodecs; in Update()
1742 RINOK(threadDecoder.Create()); in Update()
1804 threadDecoder.getTextPassword = getPasswordSpec; in Update()
2097 repackBase = threadDecoder.FosSpec; in Update()
2104 threadDecoder.InStream = inStream; in Update()
2107 threadDecoder.FolderIndex = folderIndex; in Update()
2129 HRESULT res = threadDecoder.Decoder.Decode( in Update()
2171 threadDecoder.Start(); in Update()
2197 threadDecoder.WaitExecuteFinish(); in Update()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1734 CThreadDecoder threadDecoder(options.MultiThreadMixer); in Update() local
1740 threadDecoder.__externalCodecs = __externalCodecs; in Update()
1742 RINOK(threadDecoder.Create()); in Update()
1804 threadDecoder.getTextPassword = getPasswordSpec; in Update()
2097 repackBase = threadDecoder.FosSpec; in Update()
2104 threadDecoder.InStream = inStream; in Update()
2107 threadDecoder.FolderIndex = folderIndex; in Update()
2129 HRESULT res = threadDecoder.Decoder.Decode( in Update()
2171 threadDecoder.Start(); in Update()
2197 threadDecoder.WaitExecuteFinish(); in Update()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1734 CThreadDecoder threadDecoder(options.MultiThreadMixer); in Update() local
1740 threadDecoder.__externalCodecs = __externalCodecs; in Update()
1742 RINOK(threadDecoder.Create()); in Update()
1804 threadDecoder.getTextPassword = getPasswordSpec; in Update()
2097 repackBase = threadDecoder.FosSpec; in Update()
2104 threadDecoder.InStream = inStream; in Update()
2107 threadDecoder.FolderIndex = folderIndex; in Update()
2129 HRESULT res = threadDecoder.Decoder.Decode( in Update()
2171 threadDecoder.Start(); in Update()
2197 threadDecoder.WaitExecuteFinish(); in Update()
[all …]
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1718 CThreadDecoder threadDecoder(options.MultiThreadMixer); in Update() local
1724 threadDecoder.__externalCodecs = __externalCodecs; in Update()
1726 RINOK(threadDecoder.Create()); in Update()
1788 threadDecoder.getTextPassword = getPasswordSpec; in Update()
2080 repackBase = threadDecoder.FosSpec; in Update()
2087 threadDecoder.InStream = inStream; in Update()
2090 threadDecoder.FolderIndex = folderIndex; in Update()
2110 HRESULT res = threadDecoder.Decoder.Decode( in Update()
2149 threadDecoder.Start(); in Update()
2174 threadDecoder.WaitExecuteFinish(); in Update()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1718 CThreadDecoder threadDecoder(options.MultiThreadMixer); in Update() local
1724 threadDecoder.__externalCodecs = __externalCodecs; in Update()
1726 RINOK(threadDecoder.Create()); in Update()
1788 threadDecoder.getTextPassword = getPasswordSpec; in Update()
2080 repackBase = threadDecoder.FosSpec; in Update()
2087 threadDecoder.InStream = inStream; in Update()
2090 threadDecoder.FolderIndex = folderIndex; in Update()
2110 HRESULT res = threadDecoder.Decoder.Decode( in Update()
2149 threadDecoder.Start(); in Update()
2174 threadDecoder.WaitExecuteFinish(); in Update()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1718 CThreadDecoder threadDecoder(options.MultiThreadMixer); in Update() local
1724 threadDecoder.__externalCodecs = __externalCodecs; in Update()
1726 RINOK(threadDecoder.Create()); in Update()
1788 threadDecoder.getTextPassword = getPasswordSpec; in Update()
2080 repackBase = threadDecoder.FosSpec; in Update()
2087 threadDecoder.InStream = inStream; in Update()
2090 threadDecoder.FolderIndex = folderIndex; in Update()
2110 HRESULT res = threadDecoder.Decoder.Decode( in Update()
2149 threadDecoder.Start(); in Update()
2174 threadDecoder.WaitExecuteFinish(); in Update()
[all …]