Lines Matching defs:res
197 WRes res = 0;
214 res = RemoveDirWithSubItems(path);
220 res = GetLastError();
223 if (res != 0)
229 res = GetLastError();
230 if (res == ERROR_NO_MORE_FILES)
231 res = 0;
238 if (res == 0)
241 res = GetLastError();
243 return res;
261 SRes res = SZ_OK;
332 res = SZ_ERROR_FAIL;
360 res = SZ_ERROR_FAIL;
368 if (res != SZ_OK)
372 if (res != SZ_OK)
383 res = SZ_ERROR_FAIL;
389 res = SZ_ERROR_FAIL;
391 res = SZ_ERROR_FAIL;
392 if (res != 0)
396 if (res == SZ_OK)
400 res = SZ_ERROR_MEM;
411 if (res == SZ_OK)
413 res = SzArEx_Open(&db, &lookStream.vt, &allocImp, &allocTempImp);
416 if (res == SZ_OK)
433 res = SZ_ERROR_FAIL;
441 res = SzArEx_Extract(&db, &lookStream.vt, i,
445 if (res != SZ_OK)
489 res = SZ_ERROR_FAIL;
495 res = SZ_ERROR_FAIL;
504 res = SZ_ERROR_FAIL;
520 if (res != SZ_OK)
524 res = res2;
535 if (res == SZ_OK)
540 res = SZ_ERROR_FAIL;
561 if (res == SZ_OK)
597 res = SZ_ERROR_FAIL;
612 res = SZ_ERROR_FAIL;
636 if (res == SZ_OK)
640 if (res == SZ_ERROR_UNSUPPORTED)
642 else if (res == SZ_ERROR_MEM)
644 else if (res == SZ_ERROR_CRC)