Searched refs:evhttp_send_reply_start (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/include/event2/ |
H A D | http.h | 438 void evhttp_send_reply_start(struct evhttp_request *req, int code,
|
/freebsd/contrib/libevent/include/event2/ |
H A D | http.h | 438 void evhttp_send_reply_start(struct evhttp_request *req, int code,
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_http.c | 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()
|
/freebsd/contrib/libevent/test/ |
H A D | regress_http.c | 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()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | http.c | 2867 evhttp_send_reply_start(struct evhttp_request *req, int code, in evhttp_send_reply_start() function
|
H A D | ChangeLog | 226 o Do not crash when evhttp_send_reply_start() is called after a timeout. (826f1134)
|
/freebsd/contrib/libevent/ |
H A D | http.c | 2867 evhttp_send_reply_start(struct evhttp_request *req, int code, in evhttp_send_reply_start() function
|
H A D | ChangeLog | 226 o Do not crash when evhttp_send_reply_start() is called after a timeout. (826f1134)
|