Home
last modified time | relevance | path

Searched refs:HTTP_OK (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/contrib/wpa/src/wps/
H A Dwps_upnp_web.c246 case HTTP_OK: in http_put_reply_code()
484 return HTTP_OK; in web_process_get_device_info()
569 return HTTP_OK; in web_process_put_message()
671 return HTTP_OK; in web_process_put_wlan_response()
731 return HTTP_OK; in web_process_set_selected_registrar()
793 if (ret == HTTP_OK) { in web_connection_send_reply()
818 if (ret == HTTP_OK) { in web_connection_send_reply()
956 if (ret != HTTP_OK) in web_connection_parse_post()
1141 http_put_reply_code(buf, HTTP_OK); in web_connection_parse_subscribe()
1318 ret = HTTP_OK; in web_connection_parse_unsubscribe()
H A Dhttp.h15 HTTP_OK = 200, enumerator
/freebsd-13.1/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; in http_serve()
138 header_iovec[0].iov_len = strlen(HTTP_OK); in http_serve()
/freebsd-13.1/contrib/libevent/test/
H A Dbench_http.c64 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_basic_cb()
78 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_ref_cb()
H A Dregress_http.c342 evhttp_send_reply(req, HTTP_OK, "Everything is fine", in http_basic_cb()
581 evhttp_send_reply(req, HTTP_OK, "OK", buf); in http_badreq_cb()
754 evhttp_send_reply(req, HTTP_OK, "Everything is fine", in http_delete_cb()
1579 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_request_done()
1607 if (evhttp_request_get_response_code(req) == HTTP_OK) { in http_request_expect_error()
1787 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_request_empty_done()
1847 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_dispatcher_test_done()
2026 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_postrequest_done()
2143 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_putrequest_done()
3225 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_chunked_request_done()
[all …]
H A Dregress_rpc.c235 if (req->response_code != HTTP_OK) { in rpc_postrequest_done()
/freebsd-13.1/contrib/ntp/sntp/libevent/test/
H A Dbench_http.c64 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_basic_cb()
78 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_ref_cb()
H A Dregress_http.c325 evhttp_send_reply(req, HTTP_OK, "Everything is fine", in http_basic_cb()
525 evhttp_send_reply(req, HTTP_OK, "OK", buf); in http_badreq_cb()
707 evhttp_send_reply(req, HTTP_OK, "Everything is fine", in http_delete_cb()
1331 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_request_done()
1359 if (evhttp_request_get_response_code(req) == HTTP_OK) { in http_request_expect_error()
1535 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_request_empty_done()
1590 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_dispatcher_test_done()
1771 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_postrequest_done()
1889 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_putrequest_done()
2969 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_chunked_request_done()
[all …]
H A Dregress_rpc.c235 if (req->response_code != HTTP_OK) { in rpc_postrequest_done()
/freebsd-13.1/lib/libfetch/
H A Dhttp.c103 #define HTTP_OK 200 macro
1451 if (httpreply != HTTP_OK) { in http_connect()
1803 case HTTP_OK: in http_request_body()
1974 conn->err = HTTP_OK; in http_request_body()
1983 if (conn->err == HTTP_OK in http_request_body()
/freebsd-13.1/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h56 #define HTTP_OK 200 /**< request completed ok */ macro
/freebsd-13.1/contrib/libevent/include/event2/
H A Dhttp.h56 #define HTTP_OK 200 /**< request completed ok */ macro
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Devrpc.c488 evhttp_send_reply(req, HTTP_OK, "OK", rpc_state->rpc_data); in evrpc_request_done_closure()
/freebsd-13.1/contrib/libevent/
H A Devrpc.c488 evhttp_send_reply(req, HTTP_OK, "OK", rpc_state->rpc_data); in evrpc_request_done_closure()