Lines Matching refs:SZ_OK
451 return SZ_OK; in LzmaDec_DecodeReal()
765 return SZ_OK; in LzmaDec_DecodeToDic()
780 return SZ_OK; in LzmaDec_DecodeToDic()
785 return SZ_OK; in LzmaDec_DecodeToDic()
811 return SZ_OK; in LzmaDec_DecodeToDic()
843 return SZ_OK; in LzmaDec_DecodeToDic()
863 return (p->code == 0) ? SZ_OK : SZ_ERROR_DATA; in LzmaDec_DecodeToDic()
902 return SZ_OK; in LzmaDec_DecodeToBuf()
947 return SZ_OK; in LzmaProps_Decode()
961 return SZ_OK; in LzmaDec_AllocateProbs2()
970 return SZ_OK; in LzmaDec_AllocateProbs()
992 return SZ_OK; in LzmaDec_Allocate()
1019 if (res == SZ_OK && *status == LZMA_STATUS_NEEDS_MORE_INPUT) in LzmaDecode()