Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/lzma/
H A DLzmaDec.c444 return SZ_OK; in LzmaDec_DecodeReal()
758 return SZ_OK; in LzmaDec_DecodeToDic()
773 return SZ_OK; in LzmaDec_DecodeToDic()
778 return SZ_OK; in LzmaDec_DecodeToDic()
804 return SZ_OK; in LzmaDec_DecodeToDic()
837 return SZ_OK; in LzmaDec_DecodeToDic()
858 return (p->code == 0) ? SZ_OK : SZ_ERROR_DATA; in LzmaDec_DecodeToDic()
897 return SZ_OK; in LzmaDec_DecodeToBuf()
944 return SZ_OK; in LzmaProps_Decode()
958 return SZ_OK; in LzmaDec_AllocateProbs2()
[all …]
H A DLzmaEnc.c251 return SZ_OK; in MyRead()
462 return SZ_OK; in LzmaEnc_SetProps()
514 p->res = SZ_OK; in RangeEnc_Init()
520 if (p->res != SZ_OK) in RangeEnc_FlushStream()
1632 if (p->result != SZ_OK) in CheckErrors()
1634 if (p->rc.res != SZ_OK) in CheckErrors()
1636 if (p->matchFinderBase.result != SZ_OK) in CheckErrors()
1638 if (p->result != SZ_OK) in CheckErrors()
1965 return SZ_OK; in LzmaEnc_Alloc()
2050 p->result = SZ_OK; in LzmaEnc_AllocAndInit()
[all …]
H A DTypes.h20 #define SZ_OK 0 macro
H A DLzFind.c64 if (p->streamEndWasReached || p->result != SZ_OK) in MatchFinder_ReadBlock()
73 if (p->result != SZ_OK) in MatchFinder_ReadBlock()
274 p->result = SZ_OK; in MatchFinder_Init()
/titanic_50/usr/src/uts/common/io/
H A Dlofi.c993 &g_Alloc) != SZ_OK) { in lzma_decompress()