Lines Matching refs:create_bev
464 create_bev(struct event_base *base, evutil_socket_t fd, int ssl_mask, int flags_) in create_bev() function
529 bev = create_bev(data->base, fd, ssl, BEV_OPT_CLOSE_ON_FREE); in http_basic_test_impl()
549 bev = create_bev(data->base, fd, ssl, BEV_OPT_CLOSE_ON_FREE); in http_basic_test_impl()
570 bev = create_bev(data->base, fd, ssl, BEV_OPT_CLOSE_ON_FREE); in http_basic_test_impl()
3121 bev = create_bev(data->base, fd, ssl, 0); in http_incomplete_test_()
3338 bev = create_bev(data->base, fd, ssl, BEV_OPT_CLOSE_ON_FREE); in http_chunk_out_test_impl()
3366 bev = create_bev(data->base, -1, ssl, BEV_OPT_CLOSE_ON_FREE); in http_chunk_out_test_impl()
3411 bev = create_bev(data->base, -1, ssl, 0); in http_stream_out_test_impl()
3611 bev = create_bev(data->base, -1, ssl, 0); in http_connection_fail_test_impl()
3683 bev = create_bev(data->base, -1, ssl, 0); in http_simple_test_impl()
3730 bev = create_bev(data->base, -1, ssl, 0); in http_connection_retry_test_basic()
4518 bev = create_bev(data->base, fd, 0, 0); in http_write_during_read_test_impl()
4590 bev = create_bev(base, fd, 0, 0); in http_run_bev_request()