Home
last modified time | relevance | path

Searched refs:SZ_ERROR_MEM (Results 1 – 20 of 20) sorted by relevance

/external/lzma/C/
D7zDec.c100 return SZ_ERROR_MEM; in SzDecodePpmd()
406 return SZ_ERROR_MEM; in SzFolder_Decode2()
409 return SZ_ERROR_MEM; in SzFolder_Decode2()
462 return SZ_ERROR_MEM; in SzFolder_Decode2()
465 return SZ_ERROR_MEM; in SzFolder_Decode2()
DXzIn.c102 return SZ_ERROR_MEM; in Xz_ReadIndex2()
130 return SZ_ERROR_MEM; in Xz_ReadIndex()
298 return SZ_ERROR_MEM; in Xzs_ReadBackward()
DXzEnc.c138 return SZ_ERROR_MEM; in Xz_AddIndexRecord()
141 return SZ_ERROR_MEM; in Xz_AddIndexRecord()
278 return SZ_ERROR_MEM; in SeqInFilter_Init()
375 return SZ_ERROR_MEM; in Lzma2WithFilters_Create()
D7zArcIn.c14 if ((p = (T *)IAlloc_Alloc(alloc, (size) * sizeof(T))) == NULL) return SZ_ERROR_MEM; }
999 return SZ_ERROR_MEM; in SzReadAndDecodePackedStreams()
1001 return SZ_ERROR_MEM; in SzReadAndDecodePackedStreams()
1536 return SZ_ERROR_MEM; in SzArEx_Open2()
1555 return SZ_ERROR_MEM; in SzArEx_Open2()
1673 return SZ_ERROR_MEM; in SzArEx_Extract()
1685 res = SZ_ERROR_MEM; in SzArEx_Extract()
DLzma86Enc.c47 return SZ_ERROR_MEM; in Lzma86_Encode()
DXzDec.c214 return SZ_ERROR_MEM; in BraState_SetFromMethod()
273 return SZ_ERROR_MEM; in SbState_SetFromMethod()
321 return SZ_ERROR_MEM; in Lzma2State_SetFromMethod()
405 return SZ_ERROR_MEM; in MixCoder_Code()
DLzma2Enc.c304 return SZ_ERROR_MEM; in Lzma2Enc_EncodeMt1()
487 return SZ_ERROR_MEM; in Lzma2Enc_Encode()
D7zTypes.h28 #define SZ_ERROR_MEM 2 macro
DLzFindMt.c485 return SZ_ERROR_MEM; in MatchFinderMt_Create()
491 return SZ_ERROR_MEM; in MatchFinderMt_Create()
DMtCoder.c152 if (buf == 0) return SZ_ERROR_MEM; }
DLzmaDec.c1031 return SZ_ERROR_MEM; in LzmaDec_AllocateProbs2()
1069 return SZ_ERROR_MEM; in LzmaDec_Allocate()
DLzmaEnc.c1967 return SZ_ERROR_MEM; in LzmaEnc_Alloc()
1983 return SZ_ERROR_MEM; in LzmaEnc_Alloc()
2005 return SZ_ERROR_MEM; in LzmaEnc_Alloc()
2338 return SZ_ERROR_MEM; in LzmaEncode()
/external/lzma/C/Util/7z/
D7zMain.c139 return SZ_ERROR_MEM; in Utf16_To_Utf8Buf()
159 return SZ_ERROR_MEM; in Utf16_To_Char()
458 res = SZ_ERROR_MEM; in main()
596 else if (res == SZ_ERROR_MEM) in main()
/external/lzma/CPP/7zip/Common/
DCWrappers.cpp36 case E_OUTOFMEMORY: return SZ_ERROR_MEM; in HRESULT_To_SRes()
92 case SZ_ERROR_MEM: return E_OUTOFMEMORY; in SResToHRESULT()
/external/lzma/C/Util/Lzma/
DLzmaUtil.c140 return SZ_ERROR_MEM; in Encode()
231 if (res == SZ_ERROR_MEM) in main2()
/external/lzma/DOC/
Dlzma.txt109 SZ_ERROR_MEM - Memory allocation error
226 return SZ_ERROR_MEM;
276 SZ_ERROR_MEM - Memory allocation error
/external/lzma/CPP/7zip/Compress/
DLzma2Decoder.cpp16 case SZ_ERROR_MEM: return E_OUTOFMEMORY; in SResToHRESULT()
DLzmaDecoder.cpp16 case SZ_ERROR_MEM: return E_OUTOFMEMORY; in SResToHRESULT()
/external/lzma/C/Util/SfxSetup/
DSfxSetup.c612 else if (res == SZ_ERROR_MEM) in main()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp390 case SZ_ERROR_MEM: return E_OUTOFMEMORY; in SRes_to_Open_HRESULT()