Home
last modified time | relevance | path

Searched refs:HTTP_OK (Results 1 – 7 of 7) 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/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()