Searched refs:evhttp_connection_base_new (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/contrib/ntp/sntp/libevent/test/ |
| D | regress_http.c | 982 evcon = evhttp_connection_base_new(data->base, dnsbase, address, port); in http_connection_test_() 1097 evcon = evhttp_connection_base_new(data->base, dns_base, "127.0.0.1", port); in http_connection_async_test() 1177 evcon = evhttp_connection_base_new(data->base, NULL, "127.0.0.1", port); in http_autofree_connection_test() 1263 evcon = evhttp_connection_base_new(data->base, NULL, "127.0.0.1", port); in http_cancel_test() 1404 evcon = evhttp_connection_base_new(data->base, NULL, "127.0.0.1", port); in http_virtual_host_test() 1627 evcon = evhttp_connection_base_new(data->base, NULL, "127.0.0.1", port); in http_dispatcher_test() 1677 evcon = evhttp_connection_base_new(data->base, NULL, "127.0.0.1", port); in http_post_test() 1817 evcon = evhttp_connection_base_new(data->base, NULL, "127.0.0.1", port); in http_put_test() 2036 evcon = evhttp_connection_base_new(data->base, NULL, in http_close_detection_() 3044 evcon = evhttp_connection_base_new(data->base, NULL, "127.0.0.1", port); in http_chunk_out_test() [all …]
|
| /freebsd-9-stable/contrib/ntp/sntp/libevent/include/event2/ |
| D | http.h | 629 struct evhttp_connection *evhttp_connection_base_new(
|
| /freebsd-9-stable/contrib/ntp/sntp/libevent/ |
| D | http.c | 2246 return (evhttp_connection_base_new(NULL, NULL, address, port)); in evhttp_connection_new() 2326 evhttp_connection_base_new(struct event_base *base, struct evdns_base *dnsbase, in evhttp_connection_base_new() function
|
| D | ChangeLog-2.0 | 881 …o do not use a function to assign the evdns base; instead assign it via evhttp_connection_base_new… 1003 o add a test for evhttp_connection_base_new with a dns_base (26714ca)
|