Searched refs:SZ_ERROR_READ (Results 1 – 15 of 15) sorted by relevance
/third_party/lzma/CPP/7zip/Common/ |
D | CWrappers.cpp | 85 return HRESULT_To_SRes(p->Res, SZ_ERROR_READ); in MyRead() 127 return (p->Res == S_OK) ? SZ_OK : SZ_ERROR_READ; in InStreamWrap_Read() 147 return (p->Res == S_OK) ? SZ_OK : SZ_ERROR_READ; in InStreamWrap_Seek()
|
/third_party/lzma/C/ |
D | 7zFile.c | 396 return (wres == 0) ? SZ_OK : SZ_ERROR_READ; in FileSeqInStream_Read() 412 return (wres == 0) ? SZ_OK : SZ_ERROR_READ; in FileInStream_Read() 420 return (wres == 0) ? SZ_OK : SZ_ERROR_READ; in FileInStream_Seek()
|
D | 7zTypes.h | 36 #define SZ_ERROR_READ 8 macro
|
D | XzDec.c | 2807 stat->CombinedRes_Type = SZ_ERROR_READ; in XzDecMt_Decode() 2860 stat->CombinedRes_Type = SZ_ERROR_READ; in XzDecMt_Decode()
|
D | LzmaEnc.c | 2182 p->result = SZ_ERROR_READ; in CheckErrors()
|
/third_party/lzma/CPP/7zip/Compress/ |
D | XzDecoder.cpp | 96 RET_IF_WRAP_ERROR_CONFIRMED(inWrap.Res, res, SZ_ERROR_READ) in Decode()
|
D | Lzma2Encoder.cpp | 119 RET_IF_WRAP_ERROR(inWrap.Res, res, SZ_ERROR_READ) in Z7_COM7F_IMF()
|
D | XzEncoder.cpp | 236 RET_IF_WRAP_ERROR(inWrap.Res, res, SZ_ERROR_READ) in Z7_COM7F_IMF()
|
D | Lzma2Decoder.cpp | 175 RET_IF_WRAP_ERROR_CONFIRMED(inWrap.Res, res, SZ_ERROR_READ) in Z7_COM7F_IMF()
|
D | LzmaEncoder.cpp | 333 RET_IF_WRAP_ERROR(inWrap.Res, res, SZ_ERROR_READ) in Z7_COM7F_IMF()
|
/third_party/lzma/C/Util/Lzma/ |
D | LzmaUtil.c | 308 else if (res == SZ_ERROR_READ) in main()
|
/third_party/lzma/C/Util/7z/ |
D | 7zMain.c | 878 else if (res == SZ_ERROR_READ /* || archiveStream.Res != 0 */) in main()
|
/third_party/lzma/DOC/ |
D | lzma.txt | 263 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.
|