Searched refs:copyCoder (Results 1 – 4 of 4) sorted by relevance
/external/lzma/CPP/7zip/Compress/ |
D | CopyCoder.cpp | 62 CMyComPtr<ICompressCoder> copyCoder = new CCopyCoder; in CopyStream() local 63 return copyCoder->Code(inStream, outStream, NULL, NULL, progress); in CopyStream() 69 CMyComPtr<ICompressCoder> copyCoder = copyCoderSpec; in CopyStream_ExactSize() local 70 RINOK(copyCoder->Code(inStream, outStream, NULL, &size, progress)); in CopyStream_ExactSize()
|
/external/lzma/CPP/7zip/Archive/ |
D | SplitHandler.cpp | 317 CMyComPtr<ICompressCoder> copyCoder = copyCoderSpec; in Extract() local 329 RINOK(copyCoder->Code(inStream, outStream, NULL, NULL, progress)); in Extract()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zUpdate.cpp | 42 CMyComPtr<ICompressCoder> copyCoder = copyCoderSpec; in WriteRange() local 43 RINOK(copyCoder->Code(inStreamLimited, outStream, NULL, NULL, progress)); in WriteRange()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | OpenArchive.cpp | 396 CMyComPtr<ICompressCoder> copyCoder = copyCoderSpec; in Extract() local 425 RINOK(copyCoder->Code(inStream, outStream, NULL, NULL, progress)); in Extract()
|