Searched refs:SZ_ERROR_WRITE (Results 1 – 15 of 15) sorted by relevance
/third_party/lzma/C/Util/Lzma/ |
D | LzmaUtil.c | 109 return SZ_ERROR_WRITE; in Decode2() 178 res = SZ_ERROR_WRITE; in Encode() 270 else if (res == SZ_ERROR_WRITE) in main2()
|
/third_party/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 | 37 #define SZ_ERROR_WRITE 9 macro
|
D | Lzma2DecMt.c | 583 return SZ_ERROR_WRITE; in Lzma2DecMt_MtCallback_Write() 751 res2 = (written == writeSize) ? SZ_OK : SZ_ERROR_WRITE; in Lzma2Dec_Decode_ST()
|
D | XzDec.c | 2068 me->writeRes = SZ_ERROR_WRITE; in XzDecMt_Callback_Write() 2466 stat->CombinedRes_Type = SZ_ERROR_WRITE; in XzDecMt_Decode_ST() 2467 return SZ_ERROR_WRITE; in XzDecMt_Decode_ST() 2766 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 | 693 p->res = SZ_ERROR_WRITE; in RangeEnc_FlushStream() 2180 p->result = SZ_ERROR_WRITE; in CheckErrors()
|
/third_party/lzma/CPP/7zip/Compress/ |
D | XzDecoder.cpp | 94 RET_IF_WRAP_ERROR(outWrap.Res, res, SZ_ERROR_WRITE) in Decode()
|
D | Lzma2Encoder.cpp | 120 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()
|
D | LzmaEncoder.cpp | 325 RET_IF_WRAP_ERROR(outWrap.Res, res, SZ_ERROR_WRITE) in Code()
|
/third_party/lzma/DOC/ |
D | lzma.txt | 261 or it can return the code like SZ_ERROR_READ, SZ_ERROR_WRITE or SZ_ERROR_PROGRESS.
|
/third_party/lzma/ |
D | README_zh.md | 422 如果回调函数返回某些错误码,LzmaEnc_Encode 也会返回该错误码或者返回类似于SZ_ERROR_READ, SZ_ERROR_WRITE or SZ_ERROR_PROGRESS。
|
D | README.md | 462 or it can return the code like SZ_ERROR_READ, SZ_ERROR_WRITE or SZ_ERROR_PROGRESS.
|