Home
last modified time | relevance | path

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

/external/lzma/C/
D7zDec.c95 return SZ_ERROR_MEM; in SzDecodePpmd()
365 return SZ_ERROR_MEM; in SzFolder_Decode2()
368 return SZ_ERROR_MEM; in SzFolder_Decode2()
419 return SZ_ERROR_MEM; in SzFolder_Decode2()
422 return SZ_ERROR_MEM; in SzFolder_Decode2()
DXzIn.c101 return SZ_ERROR_MEM; in Xz_ReadIndex2()
129 return SZ_ERROR_MEM; in Xz_ReadIndex()
292 return SZ_ERROR_MEM; in Xzs_ReadBackward()
DXzEnc.c136 return SZ_ERROR_MEM; in Xz_AddIndexRecord()
139 return SZ_ERROR_MEM; in Xz_AddIndexRecord()
272 return SZ_ERROR_MEM; in SeqInFilter_Init()
366 return SZ_ERROR_MEM; in Lzma2WithFilters_Create()
DLzma86Enc.c49 return SZ_ERROR_MEM; in Lzma86_Encode()
D7zArcIn.c14 if ((p = (T *)IAlloc_Alloc(alloc, (size) * sizeof(T))) == 0) return SZ_ERROR_MEM; }
1048 return SZ_ERROR_MEM; in SzReadAndDecodePackedStreams()
1050 return SZ_ERROR_MEM; in SzReadAndDecodePackedStreams()
1603 return SZ_ERROR_MEM; in SzArEx_Open2()
1622 return SZ_ERROR_MEM; in SzArEx_Open2()
1733 return SZ_ERROR_MEM; in SzArEx_Extract()
1747 res = SZ_ERROR_MEM; in SzArEx_Extract()
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()
D7zTypes.h28 #define SZ_ERROR_MEM 2 macro
DLzma2Enc.c290 return SZ_ERROR_MEM; in Lzma2Enc_EncodeMt1()
463 return SZ_ERROR_MEM; in Lzma2Enc_Encode()
DLzFindMt.c477 return SZ_ERROR_MEM; in MatchFinderMt_Create()
483 return SZ_ERROR_MEM; in MatchFinderMt_Create()
DMtCoder.c154 if (buf == 0) return SZ_ERROR_MEM; }
DLzmaDec.c966 return SZ_ERROR_MEM; in LzmaDec_AllocateProbs2()
994 return SZ_ERROR_MEM; in LzmaDec_Allocate()
DLzmaEnc.c1914 return SZ_ERROR_MEM; in LzmaEnc_Alloc()
1929 return SZ_ERROR_MEM; in LzmaEnc_Alloc()
1951 return SZ_ERROR_MEM; in LzmaEnc_Alloc()
2265 return SZ_ERROR_MEM; in LzmaEncode()
/external/lzma/C/Util/7z/
D7zMain.c96 return SZ_ERROR_MEM; in Utf16_To_Utf8Buf()
117 return SZ_ERROR_MEM; in Utf16_To_Char()
413 res = SZ_ERROR_MEM; in main()
539 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.c144 return SZ_ERROR_MEM; in Encode()
235 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.c604 else if (res == SZ_ERROR_MEM) in main()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp451 case SZ_ERROR_MEM: return E_OUTOFMEMORY; in SRes_to_Open_HRESULT()