Home
last modified time | relevance | path

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

/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dwps_upnp_web.c616 case HTTP_OK: in http_put_reply_code()
818 return HTTP_OK; in web_process_get_device_info()
846 return HTTP_OK; in web_process_put_message()
869 return HTTP_OK; in web_process_get_ap_settings()
892 return HTTP_OK; in web_process_set_ap_settings()
915 return HTTP_OK; in web_process_del_ap_settings()
938 return HTTP_OK; in web_process_get_sta_settings()
961 return HTTP_OK; in web_process_set_sta_settings()
984 return HTTP_OK; in web_process_del_sta_settings()
1043 return HTTP_OK; in web_process_put_wlan_response()
[all …]
Dwps_upnp_i.h35 HTTP_OK = 200, enumerator
Dwps_upnp_event.c229 if (reply_code == HTTP_OK) { in event_got_response_handler()
/external/chromium/third_party/libevent/test/
Dregress_http.c239 evhttp_send_reply(req, HTTP_OK, "Everything is fine", in http_basic_cb()
287 evhttp_send_reply_start(req, HTTP_OK, "Everything is fine"); in http_chunked_cb()
387 evhttp_send_reply(req, HTTP_OK, "Everything is fine", NULL); in http_delay_reply()
505 if (req->response_code != HTTP_OK) { in http_request_done()
534 if (req->response_code != HTTP_OK) { in http_request_empty_done()
577 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_dispatcher_cb()
587 if (req->response_code != HTTP_OK) { in http_dispatcher_test_done()
753 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_post_cb()
768 if (req->response_code != HTTP_OK) { in http_postrequest_done()
850 if (req == NULL || req->response_code != HTTP_OK) { in close_detect_done()
[all …]
Dregress_rpc.c239 if (req->response_code != HTTP_OK) { in rpc_postrequest_done()
/external/wpa_supplicant_8/src/wps/
Dwps_upnp_web.c249 case HTTP_OK: in http_put_reply_code()
461 return HTTP_OK; in web_process_get_device_info()
497 return HTTP_OK; in web_process_put_message()
599 return HTTP_OK; in web_process_put_wlan_response()
659 return HTTP_OK; in web_process_set_selected_registrar()
721 if (ret == HTTP_OK) { in web_connection_send_reply()
746 if (ret == HTTP_OK) { in web_connection_send_reply()
884 if (ret != HTTP_OK) in web_connection_parse_post()
1069 http_put_reply_code(buf, HTTP_OK); in web_connection_parse_subscribe()
1222 ret = HTTP_OK; in web_connection_parse_unsubscribe()
Dhttp.h15 HTTP_OK = 200, enumerator
/external/chromium/third_party/libevent/
Devhttp.h55 #define HTTP_OK 200 macro
Devrpc.c361 evhttp_send_reply(req, HTTP_OK, "OK", data); in evrpc_request_done()
/external/mockwebserver/src/test/java/com/google/mockwebserver/
DMockWebServerTest.java51 assertEquals(HttpURLConnection.HTTP_OK, connection.getResponseCode()); in testRegularResponse()
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
DHttpZipLocator.java189 }else if (conn.getResponseCode() == HttpURLConnection.HTTP_OK){