Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/wps/
H A Dwps_upnp_web.c246 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 Dhttp.h15 HTTP_OK = 200, enumerator
/dragonfly/lib/libfetch/
H A Dhttp.c103 #define HTTP_OK 200 macro
1418 if (http_get_reply(conn) != HTTP_OK) { in http_connect()
1758 case HTTP_OK: in http_request_body()
1929 conn->err = HTTP_OK; in http_request_body()
1938 if (conn->err == HTTP_OK in http_request_body()