| /freebsd/contrib/wpa/src/wps/ |
| H A D | wps_upnp_web.c | 246 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 D | http.h | 15 HTTP_OK = 200, enumerator
|
| /freebsd/tools/tools/netrate/httpd/ |
| H A D | httpd.c | 62 #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 D | bench_http.c | 64 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 D | regress_http.c | 374 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 D | regress_rpc.c | 234 if (req->response_code != HTTP_OK) { in rpc_postrequest_done()
|
| /freebsd/contrib/libevent/test/ |
| H A D | bench_http.c | 64 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 D | regress_http.c | 374 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 D | regress_rpc.c | 234 if (req->response_code != HTTP_OK) { in rpc_postrequest_done()
|
| /freebsd/lib/libfetch/ |
| H A D | http.c | 101 #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 D | http.h | 56 #define HTTP_OK 200 /**< request completed ok */ macro
|
| /freebsd/contrib/libevent/include/event2/ |
| H A D | http.h | 56 #define HTTP_OK 200 /**< request completed ok */ macro
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | evrpc.c | 489 evhttp_send_reply(req, HTTP_OK, "OK", rpc_state->rpc_data); in evrpc_request_done_closure()
|
| /freebsd/contrib/libevent/ |
| H A D | evrpc.c | 489 evhttp_send_reply(req, HTTP_OK, "OK", rpc_state->rpc_data); in evrpc_request_done_closure()
|