Searched refs:evhttp_connection_new (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/include/event2/ |
H A D | http_compat.h | 73 struct evhttp_connection *evhttp_connection_new(
|
/freebsd/contrib/libevent/include/event2/ |
H A D | http_compat.h | 73 struct evhttp_connection *evhttp_connection_new(
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_rpc.c | 194 evcon = evhttp_connection_new("127.0.0.1", port); in rpc_basic_test() 264 evcon = evhttp_connection_new("127.0.0.1", port); in rpc_basic_message() 316 evcon = evhttp_connection_new("127.0.0.1", port); in rpc_pool_with_connection() 893 evcon = evhttp_connection_new("127.0.0.1", port); in rpc_invalid_type()
|
/freebsd/contrib/libevent/test/ |
H A D | regress_rpc.c | 194 evcon = evhttp_connection_new("127.0.0.1", port); in rpc_basic_test() 264 evcon = evhttp_connection_new("127.0.0.1", port); in rpc_basic_message() 316 evcon = evhttp_connection_new("127.0.0.1", port); in rpc_pool_with_connection() 893 evcon = evhttp_connection_new("127.0.0.1", port); in rpc_invalid_type()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | http.c | 2373 evhttp_connection_new(const char *address, ev_uint16_t port) in evhttp_connection_new() function
|
/freebsd/contrib/libevent/ |
H A D | http.c | 2373 evhttp_connection_new(const char *address, ev_uint16_t port) in evhttp_connection_new() function
|