Home
last modified time | relevance | path

Searched refs:SZ_OK (Results 1 – 25 of 30) sorted by relevance

12

/external/lzma/C/
DMtCoder.c58 return (p && p->Progress(p, inSize, outSize) != SZ_OK) ? SZ_ERROR_PROGRESS : SZ_OK; in Progress()
68 p->res = SZ_OK; in MtProgress_Init()
86 if (p->res == SZ_OK) in MtProgress_Set()
96 if (p->res == SZ_OK) in MtProgress_SetError()
104 if (p->res == SZ_OK) in MtCoder_SetError()
164 return SZ_OK; in CMtThread_Prepare()
180 return SZ_OK; in FullRead()
182 return SZ_OK; in FullRead()
199 return Event_Set(&next->canRead) == 0 ? SZ_OK : SZ_ERROR_THREAD; in MtThread_Process()
222 return Event_Set(&next->canWrite) == 0 ? SZ_OK : SZ_ERROR_THREAD; in MtThread_Process()
[all …]
D7zDec.c57 if (p->res == SZ_OK) in ReadByte()
78 SRes res = SZ_OK; in SzDecodePpmd()
84 s.res = SZ_OK; in SzDecodePpmd()
110 res = (s.res != SZ_OK ? s.res : SZ_ERROR_DATA); in SzDecodePpmd()
122 res = (s.res != SZ_OK ? s.res : SZ_ERROR_DATA); in SzDecodePpmd()
138 SRes res = SZ_OK; in SzDecodeLzma()
153 if (res != SZ_OK) in SzDecodeLzma()
162 if (res != SZ_OK) in SzDecodeLzma()
182 if (res != SZ_OK) in SzDecodeLzma()
198 SRes res = SZ_OK; in SzDecodeLzma2()
[all …]
DLzma2Enc.c59 return SZ_OK; in Lzma2EncInt_Init()
98 if (res == SZ_OK) in Lzma2EncInt_EncodeSubblock()
104 res = SZ_OK; in Lzma2EncInt_EncodeSubblock()
139 return SZ_OK; in Lzma2EncInt_EncodeSubblock()
169 return SZ_OK; in Lzma2EncInt_EncodeSubblock()
267 return (p && p->Progress(p, inSize, outSize) != SZ_OK) ? SZ_ERROR_PROGRESS : SZ_OK; in Progress()
298 SRes res = SZ_OK; in Lzma2Enc_EncodeMt1()
315 if (res != SZ_OK) in Lzma2Enc_EncodeMt1()
319 if (res != SZ_OK) in Lzma2Enc_EncodeMt1()
327 if (res == SZ_OK) in Lzma2Enc_EncodeMt1()
[all …]
D7zArcIn.c75 return SZ_OK; in SzBitUi32s_Alloc()
203 return SZ_OK; in ReadNumber()
209 return SZ_OK; in ReadNumber()
221 return SZ_OK; in ReadNumber()
227 return SZ_OK; in ReadNumber()
243 return SZ_OK; in SzReadNumber32()
251 return SZ_OK; in SzReadNumber32()
263 return SZ_OK; in SkipData()
273 return SZ_OK; in WaitId()
287 return SZ_OK; in RememberBitVector()
[all …]
D7zStream.c21 return SZ_OK; in SeqInStream_Read2()
33 return (processed == 1) ? SZ_OK : SZ_ERROR_INPUT_EOF; in SeqInStream_ReadByte()
46 return SZ_OK; in LookInStream_LookRead()
63 return SZ_OK; in LookInStream_Read2()
73 SRes res = SZ_OK; in LookToRead_Look_Lookahead()
91 SRes res = SZ_OK; in LookToRead_Look_Exact()
112 return SZ_OK; in LookToRead_Skip()
126 return SZ_OK; in LookToRead_Read()
DBcj2.c46 return SZ_OK; in Bcj2Dec_Decode()
63 return SZ_OK; in Bcj2Dec_Decode()
115 return SZ_OK; in Bcj2Dec_Decode()
130 return SZ_OK; in Bcj2Dec_Decode()
140 return SZ_OK; in Bcj2Dec_Decode()
183 return SZ_OK; in Bcj2Dec_Decode()
255 return SZ_OK; in Bcj2Dec_Decode()
DXzDec.c112 return SZ_OK; in BraState_SetProps()
197 return SZ_OK; in BraState_Code()
222 return SZ_OK; in BraState_SetFromMethod()
241 return (propSize == 0) ? SZ_OK : SZ_ERROR_UNSUPPORTED; in SbState_SetProps()
281 return SZ_OK; in SbState_SetFromMethod()
327 return SZ_OK; in Lzma2State_SetFromMethod()
483 if (res != SZ_OK) in MixCoder_Code()
494 return SZ_OK; in MixCoder_Code()
503 return XzFlags_IsSupported(*p) ? SZ_OK : SZ_ERROR_UNSUPPORTED; in Xz_ParseHeader()
570 return SZ_OK; in XzBlock_Parse()
[all …]
DLzma2Dec.c74 return SZ_OK; in Lzma2Dec_GetOldProps()
189 return SZ_OK; in Lzma2Dec_DecodeToDic()
197 return SZ_OK; in Lzma2Dec_DecodeToDic()
226 return SZ_OK; in Lzma2Dec_DecodeToDic()
316 return SZ_OK; in Lzma2Dec_DecodeToDic()
354 return SZ_OK; in Lzma2Dec_DecodeToBuf()
374 if (res == SZ_OK && *status == LZMA_STATUS_NEEDS_MORE_INPUT) in Lzma2Decode()
DLzma86Dec.c20 return SZ_OK; in Lzma86_GetUnpackSize()
45 if (res != SZ_OK) in Lzma86_Decode()
53 return SZ_OK; in Lzma86_Decode()
DXzIn.c36 return SZ_OK; in XzBlock_ReadHeader()
115 return (pos == size) ? SZ_OK : SZ_ERROR_ARCHIVE; in Xz_ReadIndex2()
132 if (res == SZ_OK) in Xz_ReadIndex()
228 return (p->flags == headerFlags) ? SZ_OK : SZ_ERROR_ARCHIVE; in Xz_ReadBackward()
309 …if (progress && progress->Progress(progress, endOffset - *startOffset, (UInt64)(Int64)-1) != SZ_OK) in Xzs_ReadBackward()
312 return SZ_OK; in Xzs_ReadBackward()
DLzma86Enc.c87 if (curRes != SZ_OK) in Lzma86_Encode()
92 if (outSizeProcessed <= minSize || mainResult != SZ_OK) in Lzma86_Encode()
96 mainResult = SZ_OK; in Lzma86_Encode()
DLzmaDec.c512 return SZ_OK; in LzmaDec_DecodeReal()
823 return SZ_OK; in LzmaDec_DecodeToDic()
843 return SZ_OK; in LzmaDec_DecodeToDic()
848 return SZ_OK; in LzmaDec_DecodeToDic()
874 return SZ_OK; in LzmaDec_DecodeToDic()
906 return SZ_OK; in LzmaDec_DecodeToDic()
935 return (p->code == 0) ? SZ_OK : SZ_ERROR_DATA; in LzmaDec_DecodeToDic()
974 return SZ_OK; in LzmaDec_DecodeToBuf()
1019 return SZ_OK; in LzmaProps_Decode()
1033 return SZ_OK; in LzmaDec_AllocateProbs2()
[all …]
DXzEnc.c29 return (s->Write(s, buf, size) == size) ? SZ_OK : SZ_ERROR_WRITE; in WriteBytes()
155 return SZ_OK; in Xz_AddIndexRecord()
228 return SZ_OK; in SeqInFilter_Read()
285 return SZ_OK; in SeqInFilter_Init()
376 return SZ_OK; in Lzma2WithFilters_Create()
520 if (res == SZ_OK) in Xz_Encode()
534 if (res == SZ_OK) in Xz_EncodeEmpty()
DLzmaEnc.c492 return SZ_OK; in LzmaEnc_SetProps()
544 p->res = SZ_OK; in RangeEnc_Init()
550 if (p->res != SZ_OK) in RangeEnc_FlushStream()
1677 if (p->result != SZ_OK) in CheckErrors()
1679 if (p->rc.res != SZ_OK) in CheckErrors()
1681 if (p->matchFinderBase.result != SZ_OK) in CheckErrors()
1683 if (p->result != SZ_OK) in CheckErrors()
2010 return SZ_OK; in LzmaEnc_Alloc()
2096 p->result = SZ_OK; in LzmaEnc_AllocAndInit()
2101 return SZ_OK; in LzmaEnc_AllocAndInit()
[all …]
D7zFile.c244 return File_Read(&p->file, buf, size) == 0 ? SZ_OK : SZ_ERROR_READ; in FileSeqInStream_Read()
258 return (File_Read(&p->file, buf, size) == 0) ? SZ_OK : SZ_ERROR_READ; in FileInStream_Read()
DLzFindMt.c105 return SZ_OK; in MtSync_Create2()
121 return SZ_OK; in MtSync_Create2()
127 if (res != SZ_OK) in MtSync_Create()
495 return SZ_OK; in MatchFinderMt_Create()
/external/lzma/C/Util/SfxSetup/
DSfxSetup.c243 SRes res = SZ_OK; in main()
349 if (res != SZ_OK) in main()
353 if (res != SZ_OK) in main()
377 if (res == SZ_OK) in main()
384 if (res == SZ_OK) in main()
389 if (res == SZ_OK) in main()
418 if (res != SZ_OK) in main()
493 if (res != SZ_OK) in main()
495 if (res2 != SZ_OK) in main()
508 if (res == SZ_OK) in main()
[all …]
/external/lzma/CPP/7zip/Common/
DCWrappers.cpp26 Res = SZ_OK; in CCompressProgressWrap()
35 case S_OK: return SZ_OK; in HRESULT_To_SRes()
53 return SZ_OK; in MyRead()
83 Res = SZ_OK; in CSeqOutStreamWrap()
91 case SZ_OK: return S_OK; in SResToHRESULT()
107 return (p->Res == S_OK) ? SZ_OK : SZ_ERROR_READ; in InStreamWrap_Read()
124 return (p->Res == S_OK) ? SZ_OK : SZ_ERROR_READ; in InStreamWrap_Seek()
/external/lzma/C/Util/7z/
D7zMain.c141 return SZ_OK; in Utf16_To_Utf8Buf()
172 return SZ_OK; in Utf16_To_Char()
240 if (res == SZ_OK) in PrintString()
412 if (res == SZ_OK) in main()
427 if (res == SZ_OK) in main()
494 if (res != SZ_OK) in main()
507 if (res != SZ_OK) in main()
518 if (res != SZ_OK) in main()
588 if (res == SZ_OK) in main()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp375 Res = SZ_OK; in COpenCallbackWrap()
389 case SZ_OK: return S_OK; in SRes_to_Open_HRESULT()
412 if (res != SZ_OK) in Open2()
420 if (res2 == SZ_OK && !isIndex) in Open2()
453 if (res == SZ_OK && startPosition == 0) in Open2()
470 res = SZ_OK; in Open2()
551 DecodeRes = SZ_OK; in Decode()
588 bool finished = ((inLen == 0 && outLen == 0) || res != SZ_OK); in Decode()
623 if (res == SZ_OK) in Decode()
647 res = SZ_OK; in Decode()
[all …]
DXzHandler.h55 CDecoder(): DecodeRes(SZ_OK) {} in CDecoder()
/external/lzma/C/Util/Lzma/
DLzmaUtil.c91 if (res != SZ_OK || (thereIsSize && unpackSize == 0)) in Decode2()
145 if (res == SZ_OK) in Encode()
158 if (res == SZ_OK) in Encode()
229 if (res != SZ_OK) in main2()
/external/squashfs-tools/squashfs-tools/
Dlzma_wrapper.c50 if(res != SZ_OK) { in lzma_compress()
102 if(res == SZ_OK) in lzma_uncompress()
/external/lzma/CPP/7zip/Compress/
DLzma2Decoder.cpp15 case SZ_OK: return S_OK; in SResToHRESULT()
244 if (res != SZ_OK) in Read()
/external/lzma/DOC/
Dlzma.txt103 SZ_OK
144 if (res != SZ_OK)
275 SZ_OK - OK

12