Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/lib/http/
Dhttp_parser_url.c397 enum http_host_state new_s = http_parse_host_char(s, *p); in http_parse_host() local
399 if (new_s == s_http_host_dead) { in http_parse_host()
403 switch (new_s) { in http_parse_host()
444 s = new_s; in http_parse_host()