Searched refs:create_bev (Results 1 – 1 of 1) sorted by relevance
/external/libevent/test/ |
D | regress_http.c | 428 create_bev(struct event_base *base, int fd, int ssl_mask) in create_bev() function 478 bev = create_bev(data->base, fd, ssl); in http_basic_test_impl() 504 bev = create_bev(data->base, fd, ssl); in http_basic_test_impl() 527 bev = create_bev(data->base, fd, ssl); in http_basic_test_impl() 3056 bev = create_bev(data->base, fd, ssl); in http_incomplete_test_() 3272 bev = create_bev(data->base, fd, ssl); in http_chunk_out_test_impl() 3299 bev = create_bev(data->base, -1, ssl); in http_chunk_out_test_impl() 3345 bev = create_bev(data->base, -1, ssl); in http_stream_out_test_impl() 3545 bev = create_bev(data->base, -1, ssl); in http_connection_fail_test_impl() 3617 bev = create_bev(data->base, -1, ssl); in http_simple_test_impl() [all …]
|