Searched refs:HTTP_OK (Results 1 – 11 of 11) sorted by relevance
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
D | wps_upnp_web.c | 616 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 …]
|
D | wps_upnp_i.h | 35 HTTP_OK = 200, enumerator
|
D | wps_upnp_event.c | 229 if (reply_code == HTTP_OK) { in event_got_response_handler()
|
/external/chromium/third_party/libevent/test/ |
D | regress_http.c | 239 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 …]
|
D | regress_rpc.c | 239 if (req->response_code != HTTP_OK) { in rpc_postrequest_done()
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_upnp_web.c | 249 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()
|
D | http.h | 15 HTTP_OK = 200, enumerator
|
/external/chromium/third_party/libevent/ |
D | evhttp.h | 55 #define HTTP_OK 200 macro
|
D | evrpc.c | 361 evhttp_send_reply(req, HTTP_OK, "OK", data); in evrpc_request_done()
|
/external/mockwebserver/src/test/java/com/google/mockwebserver/ |
D | MockWebServerTest.java | 51 assertEquals(HttpURLConnection.HTTP_OK, connection.getResponseCode()); in testRegularResponse()
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/ |
D | HttpZipLocator.java | 189 }else if (conn.getResponseCode() == HttpURLConnection.HTTP_OK){
|