Home
last modified time | relevance | path

Searched refs:curFolderUnpackSize (Results 1 - 1 of 1) sorted by relevance

/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp2697 // UInt64 curFolderUnpackSize = totalSize; in Update()
2698 // curFolderUnpackSize = (UInt64)(Int64)-1; // for debug in Update()
2710 // newDatabase.CoderUnpackSizes, curFolderUnpackSize, in Update()
2722 const UInt64 curFolderUnpackSize = inStreamSpec->Get_TotalSize_for_Coder(); in Update() local
2723 encoder.Encode_Post(curFolderUnpackSize, newDatabase.CoderUnpackSizes); in Update()
2838 if (inStreamSpec->TotalSize_for_Coder != curFolderUnpackSize) in Update()
2843 if (procSize != curFolderUnpackSize) in Update()
2884 // lps->InSize += curFolderUnpackSize; in Update()
2909 NWindows::NCOM::PropVarEm_Set_UInt64(&prop, curFolderUnpackSize); in Update()

Completed in 4 milliseconds