Home
last modified time | relevance | path

Searched refs:SZ_ERROR_READ (Results 1 – 15 of 15) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
DCWrappers.cpp85 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/
D7zFile.c396 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()
D7zTypes.h36 #define SZ_ERROR_READ 8 macro
DXzDec.c2807 stat->CombinedRes_Type = SZ_ERROR_READ; in XzDecMt_Decode()
2860 stat->CombinedRes_Type = SZ_ERROR_READ; in XzDecMt_Decode()
DLzmaEnc.c2182 p->result = SZ_ERROR_READ; in CheckErrors()
/third_party/lzma/CPP/7zip/Compress/
DXzDecoder.cpp96 RET_IF_WRAP_ERROR_CONFIRMED(inWrap.Res, res, SZ_ERROR_READ) in Decode()
DLzma2Encoder.cpp119 RET_IF_WRAP_ERROR(inWrap.Res, res, SZ_ERROR_READ) in Z7_COM7F_IMF()
DXzEncoder.cpp236 RET_IF_WRAP_ERROR(inWrap.Res, res, SZ_ERROR_READ) in Z7_COM7F_IMF()
DLzma2Decoder.cpp175 RET_IF_WRAP_ERROR_CONFIRMED(inWrap.Res, res, SZ_ERROR_READ) in Z7_COM7F_IMF()
DLzmaEncoder.cpp333 RET_IF_WRAP_ERROR(inWrap.Res, res, SZ_ERROR_READ) in Z7_COM7F_IMF()
/third_party/lzma/C/Util/Lzma/
DLzmaUtil.c308 else if (res == SZ_ERROR_READ) in main()
/third_party/lzma/C/Util/7z/
D7zMain.c878 else if (res == SZ_ERROR_READ /* || archiveStream.Res != 0 */) in main()
/third_party/lzma/DOC/
Dlzma.txt263 or it can return the code like SZ_ERROR_READ, SZ_ERROR_WRITE or SZ_ERROR_PROGRESS.
/third_party/lzma/
DREADME_zh.md422 如果回调函数返回某些错误码,LzmaEnc_Encode 也会返回该错误码或者返回类似于SZ_ERROR_READ, SZ_ERROR_WRITE or SZ_ERROR_PROGRESS。
DREADME.md462 or it can return the code like SZ_ERROR_READ, SZ_ERROR_WRITE or SZ_ERROR_PROGRESS.