Searched refs:evhttp_connection_base_new (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/bsd/libevent/dist/test/ |
| H A D | regress_http.c | 1101 evcon = evhttp_connection_base_new(data->base, dnsbase, address, port); in http_connection_test_() 1216 evcon = evhttp_connection_base_new(data->base, dns_base, "127.0.0.1", port); in http_connection_async_test() 1297 evcon = evhttp_connection_base_new(data->base, NULL, "127.0.0.1", port); in http_autofree_connection_test() 1417 evcon[i] = evhttp_connection_base_new(base, NULL, "127.0.0.1", port); in http_fill_backlog() 1511 evcon = evhttp_connection_base_new( in http_cancel_test() 1699 evcon = evhttp_connection_base_new(data->base, NULL, "127.0.0.1", port); in http_virtual_host_test() 1932 evcon = evhttp_connection_base_new(data->base, NULL, "127.0.0.1", port); in http_dispatcher_test() 1981 evcon = evhttp_connection_base_new(data->base, NULL, "127.0.0.1", port); in http_post_test() 2120 evcon = evhttp_connection_base_new(data->base, NULL, "127.0.0.1", port); in http_put_test() 2338 evcon = evhttp_connection_base_new(data->base, NULL, in http_close_detection_() [all …]
|
| /netbsd-src/external/bsd/libevent/dist/sample/ |
| H A D | http-connect.c | 114 VERIFY(evcon = evhttp_connection_base_new(base, NULL, in main()
|
| /netbsd-src/external/bsd/libevent/dist/include/event2/ |
| H A D | http.h | 646 struct evhttp_connection *evhttp_connection_base_new(
|
| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | http.c | 2379 return (evhttp_connection_base_new(NULL, NULL, address, port)); in evhttp_connection_new() 2459 evhttp_connection_base_new(struct event_base *base, struct evdns_base *dnsbase, in evhttp_connection_base_new() function
|