Home
last modified time | relevance | path

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

/external/parameter-framework/asio-1.10.6/include/asio/
Derror.hpp55 connection_aborted = ASIO_SOCKET_ERROR(ECONNABORTED), enumerator
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp28 static_assert(static_cast<int>(std::errc::connection_aborted) == ECONNABORTED, ""); in main()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
Dsystem_error.inc115 MAP_ERR_TO_COND(WSAECONNABORTED, connection_aborted);
/external/libcxx/include/
Dsystem_error135 connection_aborted, // ECONNABORTED
278 connection_aborted = ECONNABORTED,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h513 connection_aborted = ECONNABORTED, enumerator
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dsocket_ops.ipp129 else if (ec == asio::error::connection_aborted)
178 else if (ec == asio::error::connection_aborted)