Lines Matching refs:evhttp
98 http_bind(struct evhttp *myhttp, ev_uint16_t *pport, int mask) in http_bind()
138 static struct evhttp *
142 struct evhttp *myhttp; in http_setup_gencb()
175 static struct evhttp *
520 struct evhttp *http = http_setup(&port, data->base, server_flags); in http_basic_test_impl()
697 struct evhttp *http = http_setup(&port, data->base, 0); in http_bad_request_test()
819 struct evhttp *http = http_setup(&port, data->base, 0); in http_delete_test()
903 struct evhttp *http = http_setup(&port, data->base, 0); in http_on_complete_test()
964 struct evhttp *http = http_setup(&port, data->base, 0); in http_allowed_methods_test()
1072 struct evhttp *http; in http_connection_test_()
1201 struct evhttp *http = http_setup(&port, data->base, 0); in http_connection_async_test()
1292 struct evhttp *http = http_setup(&port, data->base, 0); in http_autofree_connection_test()
1467 struct evhttp *inactive_http = NULL; in http_cancel_test()
1474 struct evhttp *http = http_setup(&port, data->base, 0); in http_cancel_test()
1673 struct evhttp *second = NULL, *third = NULL; in http_virtual_host_test()
1677 struct evhttp *http = http_setup(&port, data->base, 0); in http_virtual_host_test()
1928 struct evhttp *http = http_setup(&port, data->base, 0); in http_dispatcher_test()
1977 struct evhttp *http = http_setup(&port, data->base, 0); in http_post_test()
2116 struct evhttp *http = http_setup(&port, data->base, 0); in http_put_test()
2241 struct evhttp *http = http_setup(&port, data->base, 0); in http_failure_test()
2331 struct evhttp *http = http_setup(&port, data->base, 0); in http_close_detection_()
2390 struct evhttp *myhttp = NULL; in http_highport_test()
3028 struct evhttp *http; in http_base_test()
3115 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0); in http_incomplete_test_()
3334 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0); in http_chunk_out_test_impl()
3411 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0); in http_stream_out_test_impl()
3484 struct evhttp *http = http_setup(&port, data->base, 0); in http_stream_in_test_()
3556 struct evhttp *http = http_setup(&port, data->base, 0); in http_stream_in_cancel_test()
3608 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0); in http_connection_fail_test_impl()
3665 struct evhttp *http;
3683 struct evhttp *http = http_setup(&hs.port, data->base, ssl ? HTTP_BIND_SSL : 0); in http_simple_test_impl()
3727 struct evhttp *http = http_setup(&hs.port, data->base, ssl ? HTTP_BIND_SSL : 0); in http_connection_retry_test_basic()
3888 struct evhttp *xhttp = NULL; in http_primitives()
3922 struct evhttp *http = http_setup(&port, data->base, 0); in http_multi_line_header_test()
3986 struct evhttp *http = http_setup(&port, data->base, 0); in http_negative_content_length_test()
4054 struct evhttp *http = http_setup(&port, data->base, 0); in http_data_length_constraints_test_impl()
4171 struct evhttp *http = http_setup(&port, data->base, 0); in http_lingering_close_test_impl()
4324 struct evhttp *http = http_setup(&port, data->base, 0); in http_terminate_chunked_test_impl()
4447 struct evhttp *http = http_setup(&port, data->base, 0); in http_get_addr_test()
4516 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0); in http_write_during_read_test_impl()
4555 struct evhttp *http = http_setup(&port, data->base, 0); in http_request_own_test()
4621 struct evhttp *http = in http_request_extra_body_test()