Home
last modified time | relevance | path

Searched refs:not_connected (Results 1 – 5 of 5) sorted by relevance

/external/libcxx/include/
D__errc74 not_connected, // ENOTCONN
183 not_connected = ENOTCONN,
/external/parameter-framework/asio-1.10.6/include/asio/
Derror.hpp121 not_connected = ASIO_SOCKET_ERROR(ENOTCONN), enumerator
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp76 static_assert(static_cast<int>(std::errc::not_connected) == ENOTCONN, ""); in main()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
Dsystem_error.inc133 MAP_ERR_TO_COND(WSAENOTCONN, not_connected);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h571 not_connected = ENOTCONN, enumerator