Searched refs:SZ_ERROR_READ (Results 1 - 12 of 12) sorted by relevance
/third_party/lzma/CPP/7zip/Common/ |
H A D | CWrappers.cpp | 42 // case SZ_ERROR_READ:
in SResToHRESULT() 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/ |
H A 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()
|
H A D | 7zTypes.h | 36 #define SZ_ERROR_READ 8
macro
|
H A D | XzDec.c | 2807 stat->CombinedRes_Type = SZ_ERROR_READ;
in XzDecMt_Decode() 2860 stat->CombinedRes_Type = SZ_ERROR_READ;
in XzDecMt_Decode()
|
H A D | LzmaEnc.c | 2182 p->result = SZ_ERROR_READ;
in CheckErrors()
|
/third_party/lzma/CPP/7zip/Compress/ |
H A D | XzDecoder.cpp | 96 RET_IF_WRAP_ERROR_CONFIRMED(inWrap.Res, res, SZ_ERROR_READ)
in Decode()
|
H A D | Lzma2Encoder.cpp | 119 RET_IF_WRAP_ERROR(inWrap.Res, res, SZ_ERROR_READ)
in Code()
|
H A D | XzEncoder.cpp | 236 RET_IF_WRAP_ERROR(inWrap.Res, res, SZ_ERROR_READ)
in Code()
|
H A D | Lzma2Decoder.cpp | 175 RET_IF_WRAP_ERROR_CONFIRMED(inWrap.Res, res, SZ_ERROR_READ)
in Code()
|
H A D | LzmaEncoder.cpp | 333 RET_IF_WRAP_ERROR(inWrap.Res, res, SZ_ERROR_READ)
in Code()
|
/third_party/lzma/C/Util/Lzma/ |
H A D | LzmaUtil.c | 308 else if (res == SZ_ERROR_READ)
in main()
|
/third_party/lzma/C/Util/7z/ |
H A D | 7zMain.c | 878 else if (res == SZ_ERROR_READ /* || archiveStream.Res != 0 */)
in main()
|
Completed in 14 milliseconds