Searched refs:evhttp_send_reply_chunk_with_cb (Results 1 – 3 of 3) sorted by relevance
471 void evhttp_send_reply_chunk_with_cb(struct evhttp_request *, struct evbuffer *,
2898 evhttp_send_reply_chunk_with_cb(struct evhttp_request *req, struct evbuffer *databuf, in evhttp_send_reply_chunk_with_cb() function2927 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