Home
last modified time | relevance | path

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

/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/libcxx/include/
Dsystem_error177 not_connected, // ENOTCONN
332 not_connected = ENOTCONN,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h571 not_connected = ENOTCONN, enumerator
/external/netperf/src/
Dnetlib.c3236 int not_connected; in establish_control_internal() local
3265 not_connected = 1; in establish_control_internal()
3318 not_connected = 0; in establish_control_internal()
3367 if (not_connected) { in establish_control_internal()