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

/external/parameter-framework/asio/include/asio/
H A Derror.hpp121 not_connected = ASIO_SOCKET_ERROR(ENOTCONN), enumerator in enum:asio::error::basic_errors
/external/parameter-framework/asio-1.10.6/include/asio/
H A Derror.hpp121 not_connected = ASIO_SOCKET_ERROR(ENOTCONN), enumerator in enum:asio::error::basic_errors
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
H A Dsystem_error.inc133 MAP_ERR_TO_COND(WSAENOTCONN, not_connected);
/external/libcxx/test/std/diagnostics/syserr/
H A Derrc.pass.cpp76 static_assert(static_cast<int>(std::errc::not_connected) == ENOTCONN, "");
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A Dsystem_error.h176 not_connected, // ENOTCONN
571 not_connected = ENOTCONN, enumerator in enum:llvm::errc::_
/external/netperf/src/
H A Dnetlib.c3260 int not_connected;
3289 not_connected = 1;
3342 not_connected = 0;
3391 if (not_connected) {
3236 int not_connected; local

Completed in 159 milliseconds