Searched refs:evhttp_send_reply_start (Results 1 – 3 of 3) sorted by relevance
437 void evhttp_send_reply_start(struct evhttp_request *req, int code,
410 evhttp_send_reply_start(req, HTTP_OK, "Everything is fine"); in http_chunked_cb()4225 evhttp_send_reply_start(req, HTTP_OK, "OK"); in terminate_chunked_cb()
2819 evhttp_send_reply_start(struct evhttp_request *req, int code, in evhttp_send_reply_start() function