Searched refs:operation_not_supported (Results 1 – 9 of 9) sorted by relevance
80 operation_not_supported, // EOPNOTSUPP189 operation_not_supported = EOPNOTSUPP,
79 operation_not_supported, // EOPNOTSUPP188 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()
83 static_assert(static_cast<int>(std::errc::operation_not_supported) == EOPNOTSUPP, ""); in main()
173 std::error_code expected_ec = std::make_error_code(std::errc::operation_not_supported); in TEST_CASE()
171 std::error_code expected_ec = std::make_error_code(std::errc::operation_not_supported); in TEST_CASE()
1068 return err.report(errc::operation_not_supported); in __permissions()
1081 return err.report(errc::operation_not_supported); in __permissions()