Lines Matching defs:res
217 WRes res;
221 res =
229 return res;
240 WRes res;
243 res = OutFile_Open(p, (const char *)buf.data);
245 return res;
253 SRes res;
255 res = Utf16_To_Char(&buf, s
260 if (res == SZ_OK)
263 return res;
408 int res;
413 res = utimensat(AT_FDCWD, (const char *)buf.data, times, flags);
415 if (res == 0)
552 SRes res;
605 res = SZ_OK;
610 res = SZ_ERROR_MEM;
623 if (res == SZ_OK)
625 res = SzArEx_Open(&db, &lookStream.vt, &allocImp, &allocTempImp);
628 if (res == SZ_OK)
640 res = SZ_ERROR_FAIL;
643 if (res == SZ_OK)
674 res = SZ_ERROR_MEM;
683 res = SZ_ERROR_FAIL;
714 res = PrintString(temp);
715 if (res != SZ_OK)
726 res = PrintString(temp);
727 if (res != SZ_OK)
734 res = SzArEx_Extract(&db, &lookStream.vt, i,
738 if (res != SZ_OK)
775 res = SZ_ERROR_FAIL;
787 res = SZ_ERROR_FAIL;
827 res = SZ_ERROR_FAIL;
866 if (res == SZ_OK)
872 if (res == SZ_ERROR_UNSUPPORTED)
874 else if (res == SZ_ERROR_MEM)
876 else if (res == SZ_ERROR_CRC)
878 else if (res == SZ_ERROR_READ /* || archiveStream.Res != 0 */)
883 UInt64ToStr((unsigned)res, s, 0);