Searched refs:HTTP_OK (Results 1 – 2 of 2) sorted by relevance
246 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()
15 HTTP_OK = 200, enumerator