Home
last modified time | relevance | path

Searched refs:SZ_ERROR_MEM (Results 1 - 21 of 21) sorted by relevance

/third_party/lzma/C/
H A DXzIn.c120 return SZ_ERROR_MEM; in Xz_ReadIndex2()
148 return SZ_ERROR_MEM; in Xz_ReadIndex()
325 return SZ_ERROR_MEM; in Xzs_ReadBackward()
H A D7zDec.c125 return SZ_ERROR_MEM; in SzDecodePpmd()
445 return SZ_ERROR_MEM; in SzFolder_Decode2()
448 return SZ_ERROR_MEM; in SzFolder_Decode2()
501 return SZ_ERROR_MEM; in SzFolder_Decode2()
504 return SZ_ERROR_MEM; in SzFolder_Decode2()
H A DXzEnc.c141 return SZ_ERROR_MEM; in XzEncIndex_ReAlloc()
168 return SZ_ERROR_MEM; in XzEncIndex_PreAlloc()
184 return SZ_ERROR_MEM; in XzEncIndex_AddIndexRecord()
366 return SZ_ERROR_MEM; in SeqInFilter_Init()
707 return SZ_ERROR_MEM; in Lzma2WithFilters_Create()
1102 return SZ_ERROR_MEM; in XzEnc_MtCallback_Code()
1221 return SZ_ERROR_PARAM; /* SZ_ERROR_MEM */ in XzEnc_Encode()
1271 return SZ_ERROR_MEM; in XzEnc_Encode()
1343 return SZ_ERROR_MEM; in Xz_Encode()
H A DXzDec.c278 return SZ_ERROR_MEM; in Xz_StateCoder_Bc_SetFromMethod_Func()
283 return SZ_ERROR_MEM; in Xz_StateCoder_Bc_SetFromMethod_Func()
354 return SZ_ERROR_MEM; in SbState_SetFromMethod()
447 return SZ_ERROR_MEM; in Lzma2State_SetFromMethod()
665 return SZ_ERROR_MEM; in MixCoder_Code()
1754 if (res == SZ_ERROR_MEM) in XzDecMt_Callback_Parse()
1897 return SZ_ERROR_MEM; in XzDecMt_Callback_PreCode()
1905 // return SZ_ERROR_MEM; in XzDecMt_Callback_PreCode()
1915 // if (res == SZ_ERROR_MEM) return res; in XzDecMt_Callback_PreCode()
1916 if (me->props.ignoreErrors && res != SZ_ERROR_MEM) in XzDecMt_Callback_PreCode()
[all...]
H A DLzma86Enc.c45 return SZ_ERROR_MEM; in Lzma86_Encode()
H A D7zArcIn.c14 { if ((p = (T *)ISzAlloc_Alloc(alloc, (size) * sizeof(T))) == NULL) return SZ_ERROR_MEM; }
1015 return SZ_ERROR_MEM; in SzReadAndDecodePackedStreams()
1017 return SZ_ERROR_MEM; in SzReadAndDecodePackedStreams()
1549 return SZ_ERROR_MEM; in SzArEx_Open2()
1568 return SZ_ERROR_MEM; in SzArEx_Open2()
1688 return SZ_ERROR_MEM; in SzArEx_Extract()
1700 res = SZ_ERROR_MEM; in SzArEx_Extract()
H A DLzma2Enc.c523 return SZ_ERROR_MEM; in Lzma2Enc_EncodeMt1()
539 return SZ_ERROR_MEM; in Lzma2Enc_EncodeMt1()
673 return SZ_ERROR_MEM; in Lzma2Enc_MtCallback_Code()
772 return SZ_ERROR_PARAM; /* SZ_ERROR_MEM */ in Lzma2Enc_Encode2()
H A DLzma2DecMt.c442 return SZ_ERROR_MEM; in Lzma2DecMt_MtCallback_PreCode()
627 return SZ_ERROR_MEM; in Lzma2Dec_Prepare_ST()
H A D7zTypes.h30 #define SZ_ERROR_MEM 2 macro
H A DMtCoder.c125 res = SZ_ERROR_MEM; in ThreadFunc2()
H A DLzFindMt.c859 return SZ_ERROR_MEM; in MatchFinderMt_Create()
865 return SZ_ERROR_MEM; in MatchFinderMt_Create()
H A DLzmaDec.c1292 return SZ_ERROR_MEM; in LzmaDec_AllocateProbs2()
1332 return SZ_ERROR_MEM; in LzmaDec_Allocate()
H A DLzmaEnc.c2692 return SZ_ERROR_MEM; in LzmaEnc_Alloc()
2708 return SZ_ERROR_MEM; in LzmaEnc_Alloc()
2754 return SZ_ERROR_MEM; in LzmaEnc_Alloc()
3119 return SZ_ERROR_MEM; in LzmaEncode()
H A DMtDec.c480 // res = SZ_ERROR_MEM; in MtDec_ThreadFunc2()
540 // SZ_ERROR_MEM is expected error here. in MtDec_ThreadFunc2()
541 // if (codeRes == SZ_ERROR_MEM) - we will try single-thread decoding later. in MtDec_ThreadFunc2()
542 // if (codeRes != SZ_ERROR_MEM) - we can stop decoding or try single-thread decoding. in MtDec_ThreadFunc2()
681 if (codeRes == SZ_ERROR_MEM) in MtDec_ThreadFunc2()
1093 // || p->mtc.codeRes == SZ_ERROR_MEM in MtDec_Code()
/third_party/lzma/C/Util/7z/
H A D7zMain.c158 return SZ_ERROR_MEM; in Utf16_To_Utf8Buf()
178 return SZ_ERROR_MEM; in Utf16_To_Char()
610 res = SZ_ERROR_MEM; in main()
674 res = SZ_ERROR_MEM; in main()
874 else if (res == SZ_ERROR_MEM) in main()
/third_party/lzma/CPP/7zip/Common/
H A DCWrappers.cpp16 case E_OUTOFMEMORY: return SZ_ERROR_MEM; in HRESULT_To_SRes()
37 case SZ_ERROR_MEM: return E_OUTOFMEMORY; in SResToHRESULT()
/third_party/lzma/C/Util/Lzma/
H A DLzmaUtil.c197 return SZ_ERROR_MEM; in Encode()
302 if (res == SZ_ERROR_MEM) in main()
/third_party/lzma/CPP/7zip/Compress/
H A DXzDecoder.cpp27 case SZ_ERROR_MEM: return E_OUTOFMEMORY; in SResToHRESULT_Code()
H A DLzmaDecoder.cpp16 case SZ_ERROR_MEM: return E_OUTOFMEMORY; in SResToHRESULT()
/third_party/lzma/C/Util/SfxSetup/
H A DSfxSetup.c400 res = SZ_ERROR_MEM; in main()
642 else if (res == SZ_ERROR_MEM) in main()
/third_party/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp143 && decoder.MainDecodeSRes != SZ_ERROR_MEM in Decode()
481 case SZ_ERROR_MEM: return E_OUTOFMEMORY; in SRes_to_Open_HRESULT()

Completed in 32 milliseconds