Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_http_server/src/
Desp_httpd_priv.h93 …struct http_parser_url url_parse_res; /*!< URL parsing result, used for retrieving URL e… member
Dhttpd_parse.c60 struct http_parser_url *res = &ra->url_parse_res; in verify_url()
910 struct http_parser_url *res = &ra->url_parse_res; in httpd_req_get_url_query_len()
930 struct http_parser_url *res = &ra->url_parse_res; in httpd_req_get_url_query_str()
Dhttpd_uri.c280 struct http_parser_url *res = &hd->hd_req_aux.url_parse_res; in httpd_uri()