Home
last modified time | relevance | path

Searched refs:evhttp_send_reply_chunk (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h439 void evhttp_send_reply_chunk(struct evhttp_request *req,
/freebsd-13.1/contrib/libevent/include/event2/
H A Dhttp.h452 void evhttp_send_reply_chunk(struct evhttp_request *req,
/freebsd-13.1/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c352 evhttp_send_reply_chunk(state->req, evb); in http_chunked_trickle_cb()
3713 evhttp_send_reply_chunk(state->req, evb); in terminate_chunked_trickle_cb()
/freebsd-13.1/contrib/libevent/test/
H A Dregress_http.c382 evhttp_send_reply_chunk(state->req, evb); in http_chunked_trickle_cb()
4185 evhttp_send_reply_chunk(state->req, evb); in terminate_chunked_trickle_cb()
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.1.txt431 evhttp_send_reply_chunk() with a callback to be invoked when the
H A Dhttp.c2741 evhttp_send_reply_chunk(struct evhttp_request *req, struct evbuffer *databuf) in evhttp_send_reply_chunk() function
H A DChangeLog139 o Add a variant of evhttp_send_reply_chunk() with a callback on
/freebsd-13.1/contrib/libevent/
H A Dwhatsnew-2.1.txt451 evhttp_send_reply_chunk() with a callback to be invoked when the
H A Dhttp.c2869 evhttp_send_reply_chunk(struct evhttp_request *req, struct evbuffer *databuf) in evhttp_send_reply_chunk() function
H A DChangeLog586 o Add a variant of evhttp_send_reply_chunk() with a callback on