Home
last modified time | relevance | path

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

/external/libevent/test/
Dregress_http.c1014 http_connection_test_(struct basic_test_data *data, int persistent, in http_connection_test_() function
1127 http_connection_test_(arg, 0, "127.0.0.1", NULL, 0, AF_UNSPEC, 0); in http_connection_test()
1132 http_connection_test_(arg, 1, "127.0.0.1", NULL, 0, AF_UNSPEC, 0); in http_persist_connection_test()
4336 http_connection_test_(arg, 0 /* not persistent */, "localhost", dns_base, in http_ipv6_for_domain_test_impl()
4415 http_connection_test_(arg, 0, "127.0.0.1", NULL, 0, AF_UNSPEC, 0); in http_set_family_test()
4420 http_connection_test_(arg, 0, "127.0.0.1", NULL, 0, AF_INET, 0); in http_set_family_ipv4_test()
4555 { return http_connection_test_(arg, 0, "127.0.0.1", NULL, 0, AF_UNSPEC, 1); } in https_connection_test()
4557 { return http_connection_test_(arg, 1, "127.0.0.1", NULL, 0, AF_UNSPEC, 1); } in https_persist_connection_test()
/external/libevent/
DChangeLog498 o test: add family argument for http_connection_test_() (177b8a7 Azat Khuzhin)