Searched refs:http_simple_test_impl (Results 1 – 1 of 1) sorted by relevance
/external/libevent/test/ |
D | regress_http.c | 3671 http_simple_test_impl(void *arg, int ssl, int dirty, const char *uri) in http_simple_test_impl() function 3709 { http_simple_test_impl(arg, 0, 0, "/test"); } in http_simple_test() 3711 { http_simple_test_impl(arg, 0, 0, "/test nonconformant"); } in http_simple_nonconformant_test() 4678 { http_simple_test_impl(arg, 1, 0, "/test"); } in https_simple_test() 4680 { http_simple_test_impl(arg, 1, 1, "/test"); } in https_simple_dirty_test()
|