Searched refs:HTTP_INTERNAL_SERVER_ERROR (Results 1 – 4 of 4) sorted by relevance
628 case HTTP_INTERNAL_SERVER_ERROR: in http_put_reply_code()811 return HTTP_INTERNAL_SERVER_ERROR; in web_process_get_device_info()815 return HTTP_INTERNAL_SERVER_ERROR; in web_process_get_device_info()837 return HTTP_INTERNAL_SERVER_ERROR; in web_process_put_message()844 return HTTP_INTERNAL_SERVER_ERROR; in web_process_put_message()860 return HTTP_INTERNAL_SERVER_ERROR; in web_process_get_ap_settings()867 return HTTP_INTERNAL_SERVER_ERROR; in web_process_get_ap_settings()887 return HTTP_INTERNAL_SERVER_ERROR; in web_process_set_ap_settings()910 return HTTP_INTERNAL_SERVER_ERROR; in web_process_del_ap_settings()929 return HTTP_INTERNAL_SERVER_ERROR; in web_process_get_sta_settings()[all …]
40 HTTP_INTERNAL_SERVER_ERROR = 500, enumerator
261 case HTTP_INTERNAL_SERVER_ERROR: in http_put_reply_code()429 return HTTP_INTERNAL_SERVER_ERROR; in web_process_get_device_info()458 return HTTP_INTERNAL_SERVER_ERROR; in web_process_get_device_info()495 return HTTP_INTERNAL_SERVER_ERROR; in web_process_put_message()594 return HTTP_INTERNAL_SERVER_ERROR; in web_process_put_wlan_response()656 return HTTP_INTERNAL_SERVER_ERROR; in web_process_set_selected_registrar()928 enum http_reply_code ret = HTTP_INTERNAL_SERVER_ERROR; in web_connection_parse_subscribe()1001 ret = HTTP_INTERNAL_SERVER_ERROR; in web_connection_parse_subscribe()1060 ret = HTTP_INTERNAL_SERVER_ERROR; in web_connection_parse_subscribe()1146 enum http_reply_code ret = HTTP_INTERNAL_SERVER_ERROR; in web_connection_parse_unsubscribe()
21 HTTP_INTERNAL_SERVER_ERROR = 500, enumerator