Searched refs:evhttp_send_reply_start (Results 1 – 4 of 4) sorted by relevance
438 void evhttp_send_reply_start(struct evhttp_request *req, int code,
456 evhttp_send_reply_start(req, HTTP_OK, "Everything is fine"); in http_chunked_cb()4286 evhttp_send_reply_start(req, HTTP_OK, "OK"); in terminate_chunked_cb()
2867 evhttp_send_reply_start(struct evhttp_request *req, int code, in evhttp_send_reply_start() function
226 o Do not crash when evhttp_send_reply_start() is called after a timeout. (826f1134)