Searched refs:evhttp_send_reply_chunk_with_cb (Results 1 – 3 of 3) sorted by relevance
469 void evhttp_send_reply_chunk_with_cb(struct evhttp_request *, struct evbuffer *,
2842 evhttp_send_reply_chunk_with_cb(struct evhttp_request *req, struct evbuffer *databuf, in evhttp_send_reply_chunk_with_cb() function2871 evhttp_send_reply_chunk_with_cb(req, databuf, NULL, NULL); in evhttp_send_reply_chunk()
450 The new evhttp_send_reply_chunk_with_cb() is a variant of