Searched refs:SZ_ERROR_READ (Results 1 – 14 of 14) sorted by relevance
/external/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() 144 return (p->Res == S_OK) ? SZ_OK : SZ_ERROR_READ; in InStreamWrap_Seek()
|
/external/lzma/C/ |
D | 7zFile.c | 244 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()
|
D | 7zTypes.h | 34 #define SZ_ERROR_READ 8 macro
|
D | XzDec.c | 2701 stat->CombinedRes_Type = SZ_ERROR_READ; in XzDecMt_Decode() 2753 stat->CombinedRes_Type = SZ_ERROR_READ; in XzDecMt_Decode()
|
D | LzmaEnc.c | 2063 p->result = SZ_ERROR_READ; in CheckErrors()
|
/external/lzma/CPP/7zip/Compress/ |
D | XzDecoder.cpp | 96 RET_IF_WRAP_ERROR_CONFIRMED(inWrap.Res, res, SZ_ERROR_READ) in Decode()
|
D | Lzma2Encoder.cpp | 115 RET_IF_WRAP_ERROR(inWrap.Res, res, SZ_ERROR_READ) in Code()
|
D | LzmaEncoder.cpp | 175 RET_IF_WRAP_ERROR(inWrap.Res, res, SZ_ERROR_READ) in Code()
|
D | XzEncoder.cpp | 238 RET_IF_WRAP_ERROR(inWrap.Res, res, SZ_ERROR_READ) in Code()
|
D | Lzma2Decoder.cpp | 175 RET_IF_WRAP_ERROR_CONFIRMED(inWrap.Res, res, SZ_ERROR_READ) in Code()
|
/external/u-boot/lib/lzma/ |
D | Types.h | 22 #define SZ_ERROR_READ 8 macro
|
D | lzma.txt | 531 or it can return the code like SZ_ERROR_READ, SZ_ERROR_WRITE or SZ_ERROR_PROGRESS.
|
/external/lzma/C/Util/Lzma/ |
D | LzmaUtil.c | 244 else if (res == SZ_ERROR_READ) in main2()
|
/external/lzma/DOC/ |
D | lzma.txt | 261 or it can return the code like SZ_ERROR_READ, SZ_ERROR_WRITE or SZ_ERROR_PROGRESS.
|