Searched refs:create_bev (Results 1 – 1 of 1) sorted by relevance
/external/libevent/test/ |
D | regress_http.c | 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() [all …]
|