Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zFolderInStream.cpp200 Z7_COM7F_IMF(CFolderInStream::GetSubStreamSize(UInt64 subStream, UInt64 *value)) in GetSubStreamSize() function
H A D7zUpdate.cpp1396 Z7_COM7F_IMF(CRepackInStreamWithSizes::GetSubStreamSize(UInt64 subStream, UInt64 *value)) in GetSubStreamSize() function
/third_party/lzma/CPP/7zip/
H A DICoder.h238 x(GetSubStreamSize(UInt64 subStream, UInt64 *value))
245 The caller should call GetSubStreamSize() after each Read() and check sizes:
248 // (*value) is correct, and it's allowed to call GetSubStreamSize() for next subStream:
/third_party/lzma/CPP/7zip/Compress/
H A DBcj2Coder.cpp259 const HRESULT hres = getSubStreamSize->GetSubStreamSize(subStream_Index, &subStream_Size); in CodeReal()
265 if GetSubStreamSize() will return S_OK, when current in CodeReal()
280 // printf("GetSubStreamSize %6u : %6u \n", (unsigned)subStream_Index, (unsigned)subStream_Size); in CodeReal()
300 further calls of GetSubStreamSize() */ in CodeReal()
304 where new GetSubStreamSize() call returns smaller size than in CodeReal()
305 confirmed by Read() size from previous GetSubStreamSize() call. in CodeReal()

Completed in 6 milliseconds