Home
last modified time | relevance | path

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

/freebsd/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/tools/tools/netrate/httpd/
H A Dhttpd.c62 #define HTTP_OK "HTTP/1.1 200 OK\n" macro
135 header_iovec[0].iov_base = HTTP_OK; in http_serve()
136 header_iovec[0].iov_len = strlen(HTTP_OK); in http_serve()
/freebsd/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.c374 evhttp_send_reply(req, HTTP_OK, "Everything is fine", in http_basic_cb()
384 evhttp_send_reply(req, HTTP_OK, "Everything is fine", NULL); in http_timeout_reply_cb()
404 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_large_cb()
456 evhttp_send_reply_start(req, HTTP_OK, "Everything is fine"); in http_chunked_cb()
602 evhttp_send_reply(req, HTTP_OK, "Everything is fine", NULL); in http_delay_reply()
626 evhttp_send_reply(req, HTTP_OK, "OK", buf); in http_badreq_cb()
800 evhttp_send_reply(req, HTTP_OK, "Everything is fine", in http_delete_cb()
883 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_on_complete_cb()
1352 tt_int_op(evhttp_request_get_response_code(req), !=, HTTP_OK); in http_timed_out_request_done()
1622 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_request_done()
[all …]
H A Dregress_rpc.c234 if (req->response_code != HTTP_OK) { in rpc_postrequest_done()
/freebsd/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.c374 evhttp_send_reply(req, HTTP_OK, "Everything is fine", in http_basic_cb()
384 evhttp_send_reply(req, HTTP_OK, "Everything is fine", NULL); in http_timeout_reply_cb()
404 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_large_cb()
456 evhttp_send_reply_start(req, HTTP_OK, "Everything is fine"); in http_chunked_cb()
602 evhttp_send_reply(req, HTTP_OK, "Everything is fine", NULL); in http_delay_reply()
626 evhttp_send_reply(req, HTTP_OK, "OK", buf); in http_badreq_cb()
800 evhttp_send_reply(req, HTTP_OK, "Everything is fine", in http_delete_cb()
883 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_on_complete_cb()
1352 tt_int_op(evhttp_request_get_response_code(req), !=, HTTP_OK); in http_timed_out_request_done()
1622 if (evhttp_request_get_response_code(req) != HTTP_OK) { in http_request_done()
[all …]
H A Dregress_rpc.c234 if (req->response_code != HTTP_OK) { in rpc_postrequest_done()
/freebsd/lib/libfetch/
H A Dhttp.c101 #define HTTP_OK 200 macro
1447 if (httpreply != HTTP_OK) { in http_connect()
1799 case HTTP_OK: in http_request_body()
1970 conn->err = HTTP_OK; in http_request_body()
1979 if (conn->err == HTTP_OK in http_request_body()
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h56 #define HTTP_OK 200 /**< request completed ok */ macro
/freebsd/contrib/libevent/include/event2/
H A Dhttp.h56 #define HTTP_OK 200 /**< request completed ok */ macro
/freebsd/contrib/ntp/sntp/libevent/
H A Devrpc.c489 evhttp_send_reply(req, HTTP_OK, "OK", rpc_state->rpc_data); in evrpc_request_done_closure()
/freebsd/contrib/libevent/
H A Devrpc.c489 evhttp_send_reply(req, HTTP_OK, "OK", rpc_state->rpc_data); in evrpc_request_done_closure()