Searched refs:HTTP_OK (Results 1 – 11 of 11) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
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()
|
D | http.h | 15 HTTP_OK = 200, enumerator
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
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()
|
D | http.h | 15 HTTP_OK = 200, enumerator
|
/third_party/mindspore/mindspore/ccsrc/ps/core/ |
D | scheduler_node.cc | 599 resp->SetRespCode(HTTP_OK); in ProcessScaleOut() 680 resp->SetRespCode(HTTP_OK); in ProcessScaleIn() 718 resp->SetRespCode(HTTP_OK); in ProcessGetNodesInfo() 739 resp->SetRespCode(HTTP_OK); in ProcessGetClusterState() 803 resp->SetRespCode(HTTP_OK); in ProcessNewInstance() 855 resp->SetRespCode(HTTP_OK); in ProcessQueryInstance() 911 resp->SetRespCode(HTTP_OK); in ProcessEnableFLS() 967 resp->SetRespCode(HTTP_OK); in ProcessDisableFLS()
|
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/ |
D | http_message_handler.h | 61 resp_code_(HTTP_OK),
|
/third_party/cef/libcef/browser/net_service/ |
D | stream_reader_url_loader.cc | 595 HeadersComplete(net::HTTP_OK, -1); in OnReaderSkipCompleted() 604 HeadersComplete(net::HTTP_OK, expected_content_length); in OnReaderSkipCompleted()
|
D | proxy_url_loader_factory.cc | 611 redirect_info.status_code == net::HTTP_OK) { in OnReceiveRedirect()
|
/third_party/skia/third_party/externals/microhttpd/doc/chapters/ |
D | largerpost.inc | 58 It would be tolerable to send all these responses undifferentiated with a @code{200 HTTP_OK}
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | libmicrohttpd-tutorial.info | 1084 with a `200 HTTP_OK' status code but in order to improve the `HTTP'
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 1330 + "/sets-samesite-cookies", net::HTTP_OK, cookie_headers, 1571 if (rfh->last_http_status_code() != net::HTTP_OK)
|