Home
last modified time | relevance | path

Searched refs:evhttp_connection_get_bufferevent (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dhttp.h532 struct bufferevent* evhttp_connection_get_bufferevent(struct evhttp_connection *evcon);
/netbsd-src/external/bsd/libevent/dist/
H A Dhttp.c2447 struct bufferevent* evhttp_connection_get_bufferevent(struct evhttp_connection *evcon) in evhttp_connection_get_bufferevent() function
H A DChangeLog1566 o Backport evhttp_connection_get_bufferevent to Libevent 2.0 (da70fa7 Arno Bakker)
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_http.c1519 bufev = evhttp_connection_get_bufferevent(evcon); in http_cancel_test()