Searched refs:copyCoder (Results 1 – 4 of 4) sorted by relevance
/external/lzma/CPP/7zip/Compress/ |
D | CopyCoder.cpp | 108 CMyComPtr<ICompressCoder> copyCoder = new CCopyCoder; in CopyStream() local 109 return copyCoder->Code(inStream, outStream, NULL, NULL, progress); in CopyStream() 115 CMyComPtr<ICompressCoder> copyCoder = copyCoderSpec; in CopyStream_ExactSize() local 116 RINOK(copyCoder->Code(inStream, outStream, NULL, &size, progress)); in CopyStream_ExactSize()
|
/external/lzma/CPP/7zip/Archive/ |
D | SplitHandler.cpp | 312 CMyComPtr<ICompressCoder> copyCoder = copyCoderSpec; in Extract() local 324 RINOK(copyCoder->Code(inStream, outStream, NULL, NULL, progress)); in Extract()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zUpdate.cpp | 428 CMyComPtr<ICompressCoder> copyCoder = copyCoderSpec; in WriteRange() local 429 RINOK(copyCoder->Code(inStreamLimited, outStream, NULL, NULL, progress)); in WriteRange()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | OpenArchive.cpp | 393 CMyComPtr<ICompressCoder> copyCoder = copyCoderSpec; in Extract() local 422 RINOK(copyCoder->Code(inStream, outStream, NULL, NULL, progress)); in Extract()
|