Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A DLzma86Enc.c68 size_t outSizeProcessed = outSize2 - LZMA86_HEADER_SIZE; in Lzma86_Encode() local
77 curRes = LzmaEncode(dest + LZMA86_HEADER_SIZE, &outSizeProcessed, in Lzma86_Encode()
89 if (outSizeProcessed <= minSize || mainResult != SZ_OK) in Lzma86_Encode()
91 minSize = outSizeProcessed; in Lzma86_Encode()
H A D7z.h183 size_t *outSizeProcessed, /* size of file in *outBuffer */
H A D7zArcIn.c1658 size_t *outSizeProcessed, in SzArEx_Extract()
1666 *outSizeProcessed = 0; in SzArEx_Extract()
1715 *outSizeProcessed = (size_t)(p->UnpackPositions[(size_t)fileIndex + 1] - unpackPos); in SzArEx_Extract()
1716 if (*offset + *outSizeProcessed > *outBufferSize) in SzArEx_Extract()
1719 if (CrcCalc(*tempBuf + *offset, *outSizeProcessed) != p->CRCs.Vals[fileIndex]) in SzArEx_Extract()
1650 SzArEx_Extract( const CSzArEx *p, ILookInStreamPtr inStream, UInt32 fileIndex, UInt32 *blockIndex, Byte **tempBuf, size_t *outBufferSize, size_t *offset, size_t *outSizeProcessed, ISzAllocPtr allocMain, ISzAllocPtr allocTemp) SzArEx_Extract() argument
/third_party/lzma/C/Util/SfxSetup/
H A DSfxSetup.c428 size_t outSizeProcessed = 0; in main() local
443 &offset, &outSizeProcessed, in main()
500 processedSize = outSizeProcessed; in main()
501 if (File_Write(&outFile, outBuffer + offset, &processedSize) != 0 || processedSize != outSizeProcessed) in main()
/third_party/lzma/C/Util/7z/
H A D7zMain.c658 size_t outSizeProcessed = 0; in main() local
736 &offset, &outSizeProcessed, in main()
780 processedSize = outSizeProcessed; in main()
784 if (wres != 0 || processedSize != outSizeProcessed) in main()

Completed in 5 milliseconds