Home
last modified time | relevance | path

Searched refs:evhttp_connection_get_server (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dhttp.h538 struct evhttp *evhttp_connection_get_server(struct evhttp_connection *evcon);
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_http.c332 tt_assert(evhttp_connection_get_server(evcon) == arg); in http_basic_cb()
1110 tt_assert(evhttp_connection_get_server(evcon) == NULL); in http_connection_test_()
/netbsd-src/external/bsd/libevent/dist/
H A Dwhatsnew-2.1.txt442 new evhttp_connection_get_server() function.
H A Dhttp.c2453 evhttp_connection_get_server(struct evhttp_connection *evcon) in evhttp_connection_get_server() function
H A DChangeLog895 o Add evhttp_connection_get_server(). (a7f82a3 Maxime Henrion)
1052 o Add checks for evhttp_connection_get_server() in unit