Lines Matching refs:evhttp
90 http_bind(struct evhttp *myhttp, ev_uint16_t *pport, int mask) in http_bind()
130 static struct evhttp *
133 struct evhttp *myhttp; in http_setup()
464 struct evhttp *http = http_setup(&port, data->base, server_flags); in http_basic_test_impl()
647 struct evhttp *http = http_setup(&port, data->base, 0); in http_bad_request_test()
768 struct evhttp *http = http_setup(&port, data->base, 0); in http_delete_test()
852 struct evhttp *http = http_setup(&port, data->base, 0); in http_on_complete_test()
913 struct evhttp *http = http_setup(&port, data->base, 0); in http_allowed_methods_test()
1021 struct evhttp *http; in http_connection_test_()
1150 struct evhttp *http = http_setup(&port, data->base, 0); in http_connection_async_test()
1241 struct evhttp *http = http_setup(&port, data->base, 0); in http_autofree_connection_test()
1419 struct evhttp *inactive_http = NULL; in http_cancel_test()
1426 struct evhttp *http = http_setup(&port, data->base, 0); in http_cancel_test()
1625 struct evhttp *second = NULL, *third = NULL; in http_virtual_host_test()
1629 struct evhttp *http = http_setup(&port, data->base, 0); in http_virtual_host_test()
1879 struct evhttp *http = http_setup(&port, data->base, 0); in http_dispatcher_test()
1928 struct evhttp *http = http_setup(&port, data->base, 0); in http_post_test()
2067 struct evhttp *http = http_setup(&port, data->base, 0); in http_put_test()
2192 struct evhttp *http = http_setup(&port, data->base, 0); in http_failure_test()
2282 struct evhttp *http = http_setup(&port, data->base, 0); in http_close_detection_()
2341 struct evhttp *myhttp = NULL; in http_highport_test()
2958 struct evhttp *http; in http_base_test()
3045 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0); in http_incomplete_test_()
3264 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0); in http_chunk_out_test_impl()
3340 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0); in http_stream_out_test_impl()
3413 struct evhttp *http = http_setup(&port, data->base, 0); in http_stream_in_test_()
3485 struct evhttp *http = http_setup(&port, data->base, 0); in http_stream_in_cancel_test()
3537 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0); in http_connection_fail_test_impl()
3594 struct evhttp *http;
3612 struct evhttp *http = http_setup(&hs.port, data->base, ssl ? HTTP_BIND_SSL : 0); in http_simple_test_impl()
3655 struct evhttp *http = http_setup(&hs.port, data->base, ssl ? HTTP_BIND_SSL : 0); in http_connection_retry_test_basic()
3816 struct evhttp *http = NULL; in http_primitives()
3850 struct evhttp *http = http_setup(&port, data->base, 0); in http_multi_line_header_test()
3915 struct evhttp *http = http_setup(&port, data->base, 0); in http_negative_content_length_test()
3985 struct evhttp *http = http_setup(&port, data->base, 0); in http_data_length_constraints_test_impl()
4105 struct evhttp *http = http_setup(&port, data->base, 0); in http_lingering_close_test_impl()
4258 struct evhttp *http = http_setup(&port, data->base, 0); in http_terminate_chunked_test_impl()
4380 struct evhttp *http = http_setup(&port, data->base, 0); in http_get_addr_test()
4449 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0); in http_write_during_read_test_impl()
4486 struct evhttp *http = http_setup(&port, data->base, 0); in http_request_own_test()