Searched refs:HTTP_BIND_SSL (Results 1 – 1 of 1) sorted by relevance
/external/libevent/test/ |
D | regress_http.c | 90 #define HTTP_BIND_SSL 2 macro 145 if (mask & HTTP_BIND_SSL) { in http_setup_gencb() 514 int server_flags = ssl ? HTTP_BIND_SSL : 0; in http_basic_test_impl() 1073 mask |= HTTP_BIND_SSL; in http_connection_test_() 3110 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0); in http_incomplete_test_() 3329 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0); in http_chunk_out_test_impl() 3406 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0); in http_stream_out_test_impl() 3603 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0); in http_connection_fail_test_impl() 3667 hs->http = http_setup(&hs->port, http_make_web_server_base, hs->ssl ? HTTP_BIND_SSL : 0); in http_make_web_server() 3678 struct evhttp *http = http_setup(&hs.port, data->base, ssl ? HTTP_BIND_SSL : 0); in http_simple_test_impl() [all …]
|