• Home
  • Raw
  • Download

Lines Matching refs:evhttp

93 http_bind(struct evhttp *myhttp, ev_uint16_t *pport, int mask)  in http_bind()
133 static struct evhttp *
137 struct evhttp *myhttp; in http_setup_gencb()
170 static struct evhttp *
515 struct evhttp *http = http_setup(&port, data->base, server_flags); in http_basic_test_impl()
692 struct evhttp *http = http_setup(&port, data->base, 0); in http_bad_request_test()
814 struct evhttp *http = http_setup(&port, data->base, 0); in http_delete_test()
898 struct evhttp *http = http_setup(&port, data->base, 0); in http_on_complete_test()
959 struct evhttp *http = http_setup(&port, data->base, 0); in http_allowed_methods_test()
1067 struct evhttp *http; in http_connection_test_()
1196 struct evhttp *http = http_setup(&port, data->base, 0); in http_connection_async_test()
1287 struct evhttp *http = http_setup(&port, data->base, 0); in http_autofree_connection_test()
1462 struct evhttp *inactive_http = NULL; in http_cancel_test()
1469 struct evhttp *http = http_setup(&port, data->base, 0); in http_cancel_test()
1668 struct evhttp *second = NULL, *third = NULL; in http_virtual_host_test()
1672 struct evhttp *http = http_setup(&port, data->base, 0); in http_virtual_host_test()
1923 struct evhttp *http = http_setup(&port, data->base, 0); in http_dispatcher_test()
1972 struct evhttp *http = http_setup(&port, data->base, 0); in http_post_test()
2111 struct evhttp *http = http_setup(&port, data->base, 0); in http_put_test()
2236 struct evhttp *http = http_setup(&port, data->base, 0); in http_failure_test()
2326 struct evhttp *http = http_setup(&port, data->base, 0); in http_close_detection_()
2385 struct evhttp *myhttp = NULL; in http_highport_test()
3023 struct evhttp *http; in http_base_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()
3479 struct evhttp *http = http_setup(&port, data->base, 0); in http_stream_in_test_()
3551 struct evhttp *http = http_setup(&port, data->base, 0); in http_stream_in_cancel_test()
3603 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0); in http_connection_fail_test_impl()
3660 struct evhttp *http;
3678 struct evhttp *http = http_setup(&hs.port, data->base, ssl ? HTTP_BIND_SSL : 0); in http_simple_test_impl()
3722 struct evhttp *http = http_setup(&hs.port, data->base, ssl ? HTTP_BIND_SSL : 0); in http_connection_retry_test_basic()
3883 struct evhttp *http = NULL; in http_primitives()
3917 struct evhttp *http = http_setup(&port, data->base, 0); in http_multi_line_header_test()
3981 struct evhttp *http = http_setup(&port, data->base, 0); in http_negative_content_length_test()
4049 struct evhttp *http = http_setup(&port, data->base, 0); in http_data_length_constraints_test_impl()
4166 struct evhttp *http = http_setup(&port, data->base, 0); in http_lingering_close_test_impl()
4319 struct evhttp *http = http_setup(&port, data->base, 0); in http_terminate_chunked_test_impl()
4442 struct evhttp *http = http_setup(&port, data->base, 0); in http_get_addr_test()
4511 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0); in http_write_during_read_test_impl()
4550 struct evhttp *http = http_setup(&port, data->base, 0); in http_request_own_test()
4612 struct evhttp *http = in http_request_extra_body_test()