Searched defs:VINF_TRY_AGAIN (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/zip/
H A Dgzipvfs.cpp318 AssertMsg(RT_FAILURE(rc) || rc == VINF_TRY_AGAIN || rc == VINF_EOF, ("%Rrc\n", rc));
324 if (RT_FAILURE(rc) || rc == VINF_TRY_AGAIN || cbReadIn == 0)
392 * @retval VINF_TRY_AGAIN - the only informational status.
430 AssertMsg(RT_FAILURE(rc) || rc == VINF_TRY_AGAIN, ("%Rrc\n", rc)); local
436 if (RT_FAILURE(rc) || rc == VINF_TRY_AGAIN || cbWrittenOut == 0)
/vbox/include/iprt/
H A Derr.h778 #define VINF_TRY_AGAIN 52 macro

Completed in 43 milliseconds