Searched refs:ERROR_HANDLE_EOF (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Runtime/os2/
H A DRTErrConvertFromOS2.cpp77 case ERROR_HANDLE_EOF: return VERR_EOF;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dcorerror.h50 #define COR_E_ENDOFSTREAM HRESULT_FROM_WIN32(ERROR_HANDLE_EOF)
H A Dwinerror.h153 #define ERROR_HANDLE_EOF 38 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dcorerror.h50 #define COR_E_ENDOFSTREAM HRESULT_FROM_WIN32(ERROR_HANDLE_EOF)
H A Dwinerror.h154 #define ERROR_HANDLE_EOF 38 macro
/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Diowin32.c160 if (dwErr == ERROR_HANDLE_EOF)
182 if (dwErr == ERROR_HANDLE_EOF)
/vbox/src/VBox/Runtime/win/
H A DRTErrConvertFromWin32.cpp78 case ERROR_HANDLE_EOF: return VERR_EOF;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2io.c232 /* ERROR_HANDLE_EOF can only be returned by async io */
233 PR_ASSERT(rv != ERROR_HANDLE_EOF);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntio.c1768 if ((err = GetLastError()) == ERROR_HANDLE_EOF)
1794 if (me->md.blocked_io_error == ERROR_HANDLE_EOF)
2237 if (err == ERROR_HANDLE_EOF) {
2282 if (err == ERROR_HANDLE_EOF) {
2309 if (me->md.blocked_io_error == ERROR_HANDLE_EOF) {
2331 /* ERROR_HANDLE_EOF can only be returned by async io */
2332 PR_ASSERT(err != ERROR_HANDLE_EOF);
H A Dw95io.c312 /* ERROR_HANDLE_EOF can only be returned by async io */
313 PR_ASSERT(err != ERROR_HANDLE_EOF);

Completed in 142 milliseconds