Home
last modified time | relevance | path

Searched refs:evhttp_send_reply_chunk_with_cb (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h456 void evhttp_send_reply_chunk_with_cb(struct evhttp_request *, struct evbuffer *,
/freebsd-13.1/contrib/libevent/include/event2/
H A Dhttp.h469 void evhttp_send_reply_chunk_with_cb(struct evhttp_request *, struct evbuffer *,
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Dhttp.c2714 evhttp_send_reply_chunk_with_cb(struct evhttp_request *req, struct evbuffer *databuf, in evhttp_send_reply_chunk_with_cb() function
2743 evhttp_send_reply_chunk_with_cb(req, databuf, NULL, NULL); in evhttp_send_reply_chunk()
H A Dwhatsnew-2.1.txt430 The new evhttp_send_reply_chunk_with_cb() is a variant of
/freebsd-13.1/contrib/libevent/
H A Dhttp.c2842 evhttp_send_reply_chunk_with_cb(struct evhttp_request *req, struct evbuffer *databuf, in evhttp_send_reply_chunk_with_cb() function
2871 evhttp_send_reply_chunk_with_cb(req, databuf, NULL, NULL); in evhttp_send_reply_chunk()
H A Dwhatsnew-2.1.txt450 The new evhttp_send_reply_chunk_with_cb() is a variant of