Searched refs:SZ_ERROR_WRITE (Results 1 – 13 of 13) sorted by relevance
/external/lzma/C/Util/Lzma/ |
D | LzmaUtil.c | 92 return SZ_ERROR_WRITE; in Decode2() 161 res = SZ_ERROR_WRITE; in Encode() 242 else if (res == SZ_ERROR_WRITE) in main2()
|
/external/lzma/C/ |
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()
|
D | 7zTypes.h | 35 #define SZ_ERROR_WRITE 9 macro
|
D | Lzma2DecMt.c | 581 return SZ_ERROR_WRITE; in Lzma2DecMt_MtCallback_Write() 749 res2 = (written == writeSize) ? SZ_OK : SZ_ERROR_WRITE; in Lzma2Dec_Decode_ST()
|
D | XzDec.c | 2062 me->writeRes = SZ_ERROR_WRITE; in XzDecMt_Callback_Write() 2433 stat->CombinedRes_Type = SZ_ERROR_WRITE; in XzDecMt_Decode_ST() 2434 return SZ_ERROR_WRITE; in XzDecMt_Decode_ST() 2695 stat->CombinedRes_Type = SZ_ERROR_WRITE; in XzDecMt_Decode()
|
D | XzEnc.c | 46 return (ISeqOutStream_Write(s, buf, size) == size) ? SZ_OK : SZ_ERROR_WRITE; in WriteBytes()
|
D | LzmaEnc.c | 583 p->res = SZ_ERROR_WRITE; in RangeEnc_FlushStream() 2061 p->result = SZ_ERROR_WRITE; in CheckErrors()
|
/external/lzma/CPP/7zip/Compress/ |
D | Lzma2Encoder.cpp | 116 RET_IF_WRAP_ERROR(outWrap.Res, res, SZ_ERROR_WRITE) in Code()
|
D | XzDecoder.cpp | 94 RET_IF_WRAP_ERROR(outWrap.Res, res, SZ_ERROR_WRITE) in Decode()
|
D | LzmaEncoder.cpp | 176 RET_IF_WRAP_ERROR(outWrap.Res, res, SZ_ERROR_WRITE) in Code()
|
D | XzEncoder.cpp | 239 RET_IF_WRAP_ERROR(outWrap.Res, res, SZ_ERROR_WRITE) in Code()
|
D | Lzma2Decoder.cpp | 174 RET_IF_WRAP_ERROR(outWrap.Res, res, SZ_ERROR_WRITE) in Code()
|
/external/lzma/DOC/ |
D | lzma.txt | 261 or it can return the code like SZ_ERROR_READ, SZ_ERROR_WRITE or SZ_ERROR_PROGRESS.
|