Lines Matching refs:threadDecoder
802 CThreadDecoder threadDecoder; in Update() local
806 threadDecoder._codecsInfo = codecsInfo; in Update()
807 threadDecoder._externalCodecs = *externalCodecs; in Update()
809 RINOK(threadDecoder.Create()); in Update()
845 threadDecoder.GetTextPassword = getPasswordSpec; in Update()
949 …RINOK(threadDecoder.FosSpec->Init(db, db->FolderStartFileIndex[folderIndex], &extractStatuses, sbO… in Update()
952 threadDecoder.InStream = inStream; in Update()
953 threadDecoder.Folder = &db->Folders[folderIndex]; in Update()
954 threadDecoder.StartPos = db->GetFolderStreamPos(folderIndex, 0); in Update()
955 threadDecoder.PackSizes = &db->PackSizes[db->FolderStartPackStreamIndex[folderIndex]]; in Update()
957 threadDecoder.Start(); in Update()
966 threadDecoder.WaitFinish(); in Update()
968 RINOK(threadDecoder.Result); in Update()