Home
last modified time | relevance | path

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

/external/libevent/include/event2/
Dhttp.h722 void evhttp_connection_free_on_completion(struct evhttp_connection *evcon);
/external/libevent/
Dwhatsnew-2.1.txt475 The evhttp_connection_free_on_completion() can be used to tell libevent to
Dhttp.c1279 evhttp_connection_free_on_completion(struct evhttp_connection *evcon) { in evhttp_connection_free_on_completion() function
DChangeLog826 o Add test for evhttp_connection_free_on_completion (b0e9924 John Ohl)
/external/libevent/test/
Dregress_http.c1318 evhttp_connection_free_on_completion(evcon); in http_autofree_connection_test()