Lines Matching defs:res
695 int res = LZMA_DECODE_REAL(p, limit, bufLimit);
698 return res;
722 ELzmaDummy res;
765 res = DUMMY_LIT;
778 res = DUMMY_MATCH;
783 res = DUMMY_REP;
903 return res;
1087 int res = LzmaDec_DecodeReal2(p, dicLimit, bufLimit);
1103 if (res != SZ_OK)
1161 int res = LzmaDec_DecodeReal2(p, dicLimit, p->buf);
1183 if (res != SZ_OK)
1209 SRes res;
1224 res = LzmaDec_DecodeToDic(p, outSizeCur, src, &inSizeCur, curFinishMode, status);
1233 if (res != 0)
1234 return res;
1345 SRes res;
1357 res = LzmaDec_DecodeToDic(&p, outSize, src, srcLen, finishMode, status);
1359 if (res == SZ_OK && *status == LZMA_STATUS_NEEDS_MORE_INPUT)
1360 res = SZ_ERROR_INPUT_EOF;
1362 return res;