Searched refs:operation_not_supported (Results 1 – 7 of 7) sorted by relevance
80 operation_not_supported, // EOPNOTSUPP189 operation_not_supported = EOPNOTSUPP,
132 operation_not_supported = ASIO_SOCKET_ERROR(EOPNOTSUPP), enumerator
82 static_assert(static_cast<int>(std::errc::operation_not_supported) == EOPNOTSUPP, ""); in main()
135 MAP_ERR_TO_COND(WSAEOPNOTSUPP, operation_not_supported);
173 std::error_code expected_ec = std::make_error_code(std::errc::operation_not_supported); in TEST_CASE()
581 operation_not_supported = EOPNOTSUPP, enumerator
1081 return err.report(errc::operation_not_supported); in __permissions()