Searched refs:SZ_ERROR_WRITE (Results 1 - 12 of 12) sorted by relevance
/third_party/lzma/C/Util/Lzma/ |
H A D | LzmaUtil.c | 141 return SZ_ERROR_WRITE;
in Decode2() 212 res = SZ_ERROR_WRITE;
in Encode() 306 else if (res == SZ_ERROR_WRITE)
in main()
|
/third_party/lzma/C/ |
H A D | Lzma2Enc.c | 185 return SZ_ERROR_WRITE;
in Lzma2EncInt_EncodeSubblock() 221 return SZ_ERROR_WRITE;
in Lzma2EncInt_EncodeSubblock() 645 return SZ_ERROR_WRITE;
in Lzma2Enc_EncodeMt1() 702 return ISeqOutStream_Write(me->outStream, data, size) == size ? SZ_OK : SZ_ERROR_WRITE;
in Lzma2Enc_MtCallback_Write()
|
H A D | Lzma2DecMt.c | 584 return SZ_ERROR_WRITE;
in Lzma2DecMt_MtCallback_Write() 752 res2 = (written == writeSize) ? SZ_OK : SZ_ERROR_WRITE;
in Lzma2Dec_Decode_ST()
|
H A D | 7zTypes.h | 37 #define SZ_ERROR_WRITE 9
macro
|
H A D | XzDec.c | 2102 me->writeRes = SZ_ERROR_WRITE;
in XzDecMt_Callback_Write() 2360 - SZ_ERROR_WRITE for ISeqOutStream::Write(). stat->CombinedRes_Type = SZ_ERROR_WRITE in that case
2364 also it can set stat->CombinedRes_Type to SZ_ERROR_WRITE or SZ_ERROR_PROGRESS.
2500 stat->CombinedRes_Type = SZ_ERROR_WRITE;
in XzDecMt_Decode_ST() 2501 return SZ_ERROR_WRITE;
in XzDecMt_Decode_ST() 2800 stat->CombinedRes_Type = SZ_ERROR_WRITE;
in XzDecMt_Decode()
|
H A D | XzEnc.c | 46 return (ISeqOutStream_Write(s, buf, size) == size) ? SZ_OK : SZ_ERROR_WRITE;
in WriteBytes()
|
H A D | LzmaEnc.c | 679 p->res = SZ_ERROR_WRITE;
in RangeEnc_FlushStream() 2166 p->result = SZ_ERROR_WRITE;
in CheckErrors()
|
/third_party/lzma/CPP/7zip/Compress/ |
H A D | XzDecoder.cpp | 94 RET_IF_WRAP_ERROR(outWrap.Res, res, SZ_ERROR_WRITE)
in Decode()
|
H A D | Lzma2Encoder.cpp | 120 RET_IF_WRAP_ERROR(outWrap.Res, res, SZ_ERROR_WRITE)
in Code()
|
H A D | XzEncoder.cpp | 237 RET_IF_WRAP_ERROR(outWrap.Res, res, SZ_ERROR_WRITE)
in Code()
|
H A D | Lzma2Decoder.cpp | 174 RET_IF_WRAP_ERROR(outWrap.Res, res, SZ_ERROR_WRITE)
in Code()
|
H A D | LzmaEncoder.cpp | 334 RET_IF_WRAP_ERROR(outWrap.Res, res, SZ_ERROR_WRITE)
in Code()
|
Completed in 18 milliseconds