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