Home
last modified time | relevance | path

Searched refs:ERROR_PIPE_NOT_CONNECTED (Results 1 – 3 of 3) sorted by relevance

/third_party/libuv/src/win/
Derror.c161 case ERROR_PIPE_NOT_CONNECTED: return UV_EPIPE; in uv_translate_sys_error()
/third_party/boost/libs/winapi/test/run/
Derror_codes_abi.cpp989 #if defined(ERROR_PIPE_NOT_CONNECTED) in main()
990 BOOST_WINAPI_TEST_CONSTANT(ERROR_PIPE_NOT_CONNECTED); in main()
/third_party/mingw-w64/mingw-w64-headers/include/
Dwinerror.h223 #define ERROR_PIPE_NOT_CONNECTED __MSABI_LONG(233) macro