Home
last modified time | relevance | path

Searched refs:SZ_ERROR_READ (Results 1 - 12 of 12) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
H A DCWrappers.cpp42 // 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 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()
H A D7zTypes.h36 #define SZ_ERROR_READ 8 macro
H A DXzDec.c2807 stat->CombinedRes_Type = SZ_ERROR_READ; in XzDecMt_Decode()
2860 stat->CombinedRes_Type = SZ_ERROR_READ; in XzDecMt_Decode()
H A DLzmaEnc.c2182 p->result = SZ_ERROR_READ; in CheckErrors()
/third_party/lzma/CPP/7zip/Compress/
H A DXzDecoder.cpp96 RET_IF_WRAP_ERROR_CONFIRMED(inWrap.Res, res, SZ_ERROR_READ) in Decode()
H A DLzma2Encoder.cpp119 RET_IF_WRAP_ERROR(inWrap.Res, res, SZ_ERROR_READ) in Code()
H A DXzEncoder.cpp236 RET_IF_WRAP_ERROR(inWrap.Res, res, SZ_ERROR_READ) in Code()
H A DLzma2Decoder.cpp175 RET_IF_WRAP_ERROR_CONFIRMED(inWrap.Res, res, SZ_ERROR_READ) in Code()
H A DLzmaEncoder.cpp333 RET_IF_WRAP_ERROR(inWrap.Res, res, SZ_ERROR_READ) in Code()
/third_party/lzma/C/Util/Lzma/
H A DLzmaUtil.c308 else if (res == SZ_ERROR_READ) in main()
/third_party/lzma/C/Util/7z/
H A D7zMain.c878 else if (res == SZ_ERROR_READ /* || archiveStream.Res != 0 */) in main()

Completed in 16 milliseconds