OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SZ_ERROR_READ
(Results
1 - 13
of
13
) 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
;
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/
LzmaCompress.c
122
res =
SZ_ERROR_READ
;
205
res =
SZ_ERROR_READ
;
367
else if (res ==
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)
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
7zFile.c
221
return File_Read(&p->file, buf, size) == 0 ? SZ_OK :
SZ_ERROR_READ
;
235
return (File_Read(&p->file, buf, size) == 0) ? SZ_OK :
SZ_ERROR_READ
;
Types.h
22
#define
SZ_ERROR_READ
8
LzmaEnc.c
[
all
...]
/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
...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
Types.h
45
#define
SZ_ERROR_READ
8
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
Types.h
45
#define
SZ_ERROR_READ
8
/external/lzma/C/Util/Lzma/
LzmaUtil.c
241
else if (res ==
SZ_ERROR_READ
)
Completed in 319 milliseconds