Home
last modified time | relevance | path

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

/external/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()
144 return (p->Res == S_OK) ? SZ_OK : SZ_ERROR_READ; in InStreamWrap_Seek()
/external/lzma/C/
D7zFile.c244 return File_Read(&p->file, buf, size) == 0 ? SZ_OK : SZ_ERROR_READ; in FileSeqInStream_Read()
258 return (File_Read(&p->file, buf, size) == 0) ? SZ_OK : SZ_ERROR_READ; in FileInStream_Read()
D7zTypes.h34 #define SZ_ERROR_READ 8 macro
DXzDec.c2701 stat->CombinedRes_Type = SZ_ERROR_READ; in XzDecMt_Decode()
2753 stat->CombinedRes_Type = SZ_ERROR_READ; in XzDecMt_Decode()
DLzmaEnc.c2063 p->result = SZ_ERROR_READ; in CheckErrors()
/external/lzma/CPP/7zip/Compress/
DXzDecoder.cpp96 RET_IF_WRAP_ERROR_CONFIRMED(inWrap.Res, res, SZ_ERROR_READ) in Decode()
DLzma2Encoder.cpp115 RET_IF_WRAP_ERROR(inWrap.Res, res, SZ_ERROR_READ) in Code()
DLzmaEncoder.cpp175 RET_IF_WRAP_ERROR(inWrap.Res, res, SZ_ERROR_READ) in Code()
DXzEncoder.cpp238 RET_IF_WRAP_ERROR(inWrap.Res, res, SZ_ERROR_READ) in Code()
DLzma2Decoder.cpp175 RET_IF_WRAP_ERROR_CONFIRMED(inWrap.Res, res, SZ_ERROR_READ) in Code()
/external/u-boot/lib/lzma/
DTypes.h22 #define SZ_ERROR_READ 8 macro
Dlzma.txt531 or it can return the code like SZ_ERROR_READ, SZ_ERROR_WRITE or SZ_ERROR_PROGRESS.
/external/lzma/C/Util/Lzma/
DLzmaUtil.c244 else if (res == SZ_ERROR_READ) in main2()
/external/lzma/DOC/
Dlzma.txt261 or it can return the code like SZ_ERROR_READ, SZ_ERROR_WRITE or SZ_ERROR_PROGRESS.