Searched refs:HTTP_INTERNAL_SERVER_ERROR (Results 1 – 2 of 2) sorted by relevance
258 case HTTP_INTERNAL_SERVER_ERROR: in http_put_reply_code()437 return HTTP_INTERNAL_SERVER_ERROR; in web_process_get_device_info()441 return HTTP_INTERNAL_SERVER_ERROR; in web_process_get_device_info()468 return HTTP_INTERNAL_SERVER_ERROR; in web_process_get_device_info()504 return HTTP_INTERNAL_SERVER_ERROR; in web_process_put_message()567 return HTTP_INTERNAL_SERVER_ERROR; in web_process_put_message()666 return HTTP_INTERNAL_SERVER_ERROR; in web_process_put_wlan_response()728 return HTTP_INTERNAL_SERVER_ERROR; in web_process_set_selected_registrar()1000 enum http_reply_code ret = HTTP_INTERNAL_SERVER_ERROR; in web_connection_parse_subscribe()1073 ret = HTTP_INTERNAL_SERVER_ERROR; in web_connection_parse_subscribe()[all …]
21 HTTP_INTERNAL_SERVER_ERROR = 500, enumerator