Searched refs:HTTP_OK (Results 1 - 9 of 9) sorted by path

/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devrpc.c488 evhttp_send_reply(req, HTTP_OK, "OK", rpc_state->rpc_data);
/freebsd-11-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h56 #define HTTP_OK 200 /**< request completed ok */ macro
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dbench_http.c64 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb);
78 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb);
H A Dregress_http.c325 evhttp_send_reply(req, HTTP_OK, "Everything is fine",
384 evhttp_send_reply_start(req, HTTP_OK, "Everything is fine");
501 evhttp_send_reply(req, HTTP_OK, "Everything is fine", NULL);
525 evhttp_send_reply(req, HTTP_OK, "OK", buf);
707 evhttp_send_reply(req, HTTP_OK, "Everything is fine",
790 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb);
1331 if (evhttp_request_get_response_code(req) != HTTP_OK) {
1359 if (evhttp_request_get_response_code(req) == HTTP_OK) {
1535 if (evhttp_request_get_response_code(req) != HTTP_OK) {
1579 evhttp_send_reply(req, HTTP_OK, "Everythin
3201 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_OK); local
3312 tt_int_op(evhttp_request_get_response_code(req), !=, HTTP_OK); local
[all...]
H A Dregress_rpc.c235 if (req->response_code != HTTP_OK) {
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dhttp.h15 HTTP_OK = 200, enumerator in enum:http_reply_code
H A Dwps_upnp_web.c246 case HTTP_OK:
484 return HTTP_OK;
569 return HTTP_OK;
671 return HTTP_OK;
731 return HTTP_OK;
793 if (ret == HTTP_OK) {
818 if (ret == HTTP_OK) {
956 if (ret != HTTP_OK)
1141 http_put_reply_code(buf, HTTP_OK);
1318 ret = HTTP_OK;
[all...]
/freebsd-11-stable/lib/libfetch/
H A Dhttp.c100 #define HTTP_OK 200 macro
1415 if (http_get_reply(conn) != HTTP_OK) {
1755 case HTTP_OK:
1926 conn->err = HTTP_OK;
1935 if (conn->err == HTTP_OK
/freebsd-11-stable/tools/tools/netrate/httpd/
H A Dhttpd.c64 #define HTTP_OK "HTTP/1.1 200 OK\n" macro
137 header_iovec[0].iov_base = HTTP_OK;
138 header_iovec[0].iov_len = strlen(HTTP_OK);

Completed in 148 milliseconds