Searched refs:http_simple_test_impl (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/libevent/dist/test/ |
H A D | regress_http.c | 3676 http_simple_test_impl(void *arg, int ssl, int dirty, const char *uri) in http_simple_test_impl() function 3714 { http_simple_test_impl(arg, 0, 0, "/test"); } in http_simple_test() 3716 { http_simple_test_impl(arg, 0, 0, "/test nonconformant"); } in http_simple_nonconformant_test() 4687 { http_simple_test_impl(arg, 1, 0, "/test"); } in https_simple_test() 4689 { http_simple_test_impl(arg, 1, 1, "/test"); } in https_simple_dirty_test()
|