Searched refs:create_bev (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/bsd/libevent/dist/test/ |
| H A D | regress_http.c | 469 create_bev(struct event_base *base, evutil_socket_t fd, int ssl_mask, int flags_) in create_bev() function 534 bev = create_bev(data->base, fd, ssl, BEV_OPT_CLOSE_ON_FREE); in http_basic_test_impl() 554 bev = create_bev(data->base, fd, ssl, BEV_OPT_CLOSE_ON_FREE); in http_basic_test_impl() 575 bev = create_bev(data->base, fd, ssl, BEV_OPT_CLOSE_ON_FREE); in http_basic_test_impl() 3126 bev = create_bev(data->base, fd, ssl, 0); in http_incomplete_test_() 3343 bev = create_bev(data->base, fd, ssl, BEV_OPT_CLOSE_ON_FREE); in http_chunk_out_test_impl() 3371 bev = create_bev(data->base, -1, ssl, BEV_OPT_CLOSE_ON_FREE); in http_chunk_out_test_impl() 3416 bev = create_bev(data->base, -1, ssl, 0); in http_stream_out_test_impl() 3616 bev = create_bev(data->base, -1, ssl, 0); in http_connection_fail_test_impl() 3688 bev = create_bev(data->base, -1, ssl, 0); in http_simple_test_impl() [all …]
|