Home
last modified time | relevance | path

Searched refs:http_connection_test_ (Results 1 – 2 of 2) sorted by relevance

/external/libevent/test/
Dregress_http.c1060 http_connection_test_(struct basic_test_data *data, int persistent, in http_connection_test_() function
1173 http_connection_test_(arg, 0, "127.0.0.1", NULL, 0, AF_UNSPEC, 0); in http_connection_test()
1178 http_connection_test_(arg, 1, "127.0.0.1", NULL, 0, AF_UNSPEC, 0); in http_persist_connection_test()
4398 http_connection_test_(arg, 0 /* not persistent */, "localhost", dns_base, in http_ipv6_for_domain_test_impl()
4477 http_connection_test_(arg, 0, "127.0.0.1", NULL, 0, AF_UNSPEC, 0); in http_set_family_test()
4482 http_connection_test_(arg, 0, "127.0.0.1", NULL, 0, AF_INET, 0); in http_set_family_ipv4_test()
4696 { http_connection_test_(arg, 0, "127.0.0.1", NULL, 0, AF_UNSPEC, 1); } in https_connection_test()
4698 { http_connection_test_(arg, 1, "127.0.0.1", NULL, 0, AF_UNSPEC, 1); } in https_persist_connection_test()
/external/libevent/
DChangeLog811 o test: add family argument for http_connection_test_() (177b8a7 Azat Khuzhin)