• Home
  • Raw
  • Download

Lines Matching refs:G_IO_ERROR

68     g_assert_error (error, G_IO_ERROR, test->error_code);  in test_parse_uri()
110 g_assert_error (error, G_IO_ERROR, test->error_code); in test_parse_host()
341 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_INVALID_ARGUMENT); in test_uri_scope_id()
582 g_assert_error (error, G_IO_ERROR, data->expected_error_code); in got_addr()
973 ipv6_error = g_error_new_literal (G_IO_ERROR, G_IO_ERROR_TIMED_OUT, "IPv6 Broken"); in test_happy_eyeballs_ipv6_error_ipv4_first()
995 ipv6_error = g_error_new_literal (G_IO_ERROR, G_IO_ERROR_TIMED_OUT, "IPv6 Broken"); in test_happy_eyeballs_ipv6_error_ipv6_first()
1020 ipv6_error = g_error_new_literal (G_IO_ERROR, G_IO_ERROR_TIMED_OUT, "IPv6 Broken"); in test_happy_eyeballs_ipv6_error_ipv4_very_slow()
1042 ipv4_error = g_error_new_literal (G_IO_ERROR, G_IO_ERROR_TIMED_OUT, "IPv4 Broken"); in test_happy_eyeballs_ipv4_error_ipv4_first()
1064 ipv4_error = g_error_new_literal (G_IO_ERROR, G_IO_ERROR_TIMED_OUT, "IPv4 Broken"); in test_happy_eyeballs_ipv4_error_ipv6_first()
1087 ipv4_error = g_error_new_literal (G_IO_ERROR, G_IO_ERROR_TIMED_OUT, "IPv4 Broken"); in test_happy_eyeballs_both_error()
1088 ipv6_error = g_error_new_literal (G_IO_ERROR, G_IO_ERROR_TIMED_OUT, "IPv6 Broken"); in test_happy_eyeballs_both_error()
1113 ipv4_error = g_error_new_literal (G_IO_ERROR, G_IO_ERROR_TIMED_OUT, "IPv4 Broken"); in test_happy_eyeballs_both_error_delays_1()
1114 ipv6_error = g_error_new_literal (G_IO_ERROR, G_IO_ERROR_TIMED_OUT, "IPv6 Broken"); in test_happy_eyeballs_both_error_delays_1()
1140 ipv4_error = g_error_new_literal (G_IO_ERROR, G_IO_ERROR_TIMED_OUT, "IPv4 Broken"); in test_happy_eyeballs_both_error_delays_2()
1141 ipv6_error = g_error_new_literal (G_IO_ERROR, G_IO_ERROR_TIMED_OUT, "IPv6 Broken"); in test_happy_eyeballs_both_error_delays_2()
1167 ipv4_error = g_error_new_literal (G_IO_ERROR, G_IO_ERROR_TIMED_OUT, "IPv4 Broken"); in test_happy_eyeballs_both_error_delays_3()
1168 ipv6_error = g_error_new_literal (G_IO_ERROR, G_IO_ERROR_TIMED_OUT, "IPv6 Broken"); in test_happy_eyeballs_both_error_delays_3()