Home
last modified time | relevance | path

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

/external/libevent/include/event2/
Dhttp.h479 void evhttp_send_reply_end(struct evhttp_request *req);
/external/libevent/
DChangeLog-2.0173 o Add note about evhttp_send_reply_end to its doxygen (724bfb5)
658 o Fix possible nullptr dereference in evhttp_send_reply_end() (29b2e23 Felix Nawothnig)
Dhttp.c2926 evhttp_send_reply_end(struct evhttp_request *req) in evhttp_send_reply_end() function
DChangeLog1602 o Add note about evhttp_send_reply_end to its doxygen (724bfb5)
/external/libevent/test/
Dregress_http.c435 evhttp_send_reply_end(state->req); in http_chunked_trickle_cb()