Lines Matching refs:threadDecoder
877 CThreadDecoder threadDecoder; in Update() local
881 threadDecoder.__externalCodecs = __externalCodecs; in Update()
883 RINOK(threadDecoder.Create()); in Update()
919 threadDecoder.getTextPassword = getPasswordSpec; in Update()
1119 …RINOK(threadDecoder.FosSpec->Init(db, db->FolderStartFileIndex[folderIndex], &extractStatuses, sbO… in Update()
1122 threadDecoder.InStream = inStream; in Update()
1123 threadDecoder.Folders = (const CFolders *)db; in Update()
1124 threadDecoder.FolderIndex = folderIndex; in Update()
1125 … threadDecoder.StartPos = db->ArcInfo.DataStartPosition; // db->GetFolderStreamPos(folderIndex, 0); in Update()
1127 threadDecoder.Start(); in Update()
1135 threadDecoder.WaitExecuteFinish(); in Update()
1138 RINOK(threadDecoder.Result); in Update()