HomeSort by relevance Sort by last modified time
    Searched refs:SZ_ERROR_READ (Results 1 - 7 of 7) sorted by null

  /external/lzma/CPP/7zip/Common/
CWrappers.cpp 54 return HRESULT_To_SRes(p->Res, SZ_ERROR_READ);
107 return (p->Res == S_OK) ? SZ_OK : SZ_ERROR_READ;
124 return (p->Res == S_OK) ? SZ_OK : SZ_ERROR_READ;
  /external/lzma/CPP/7zip/Compress/
Lzma2Encoder.cpp 85 if (res == SZ_ERROR_READ && inWrap.Res != S_OK)
LzmaEncoder.cpp 152 if (res == SZ_ERROR_READ && inWrap.Res != S_OK)
  /external/lzma/C/
7zFile.c 244 return File_Read(&p->file, buf, size) == 0 ? SZ_OK : SZ_ERROR_READ;
258 return (File_Read(&p->file, buf, size) == 0) ? SZ_OK : SZ_ERROR_READ;
7zTypes.h 34 #define SZ_ERROR_READ 8
LzmaEnc.c     [all...]
  /external/lzma/C/Util/Lzma/
LzmaUtil.c 241 else if (res == SZ_ERROR_READ)

Completed in 174 milliseconds