ESP-IDF
http_parse_host_char()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
http_parse_host_char()
http_parse_host_char() function
Syntax
Show:
Summary
Declaration
from
http_parser.c:2197
static
enum
http_host_state
http_parse_host_char
(
enum
http_host_state
s
,
const
char
ch
)
;
Arguments
Argument
s
ch
Examples
References
from
examples
Code
Location
Referrer
http_parse_host_char
(
enum
http_host_state
s
,
const
char
ch
)
{
http_parser.c:2198
enum
http_host_state
new_s
=
http_parse_host_char
(
s
,
*
p
)
;
http_parser.c:2293
http_parse_host()
Call Tree
from
examples
http_parse_host_char()
is called by 1 function:
http_parse_host()
All items filtered out
http_parse_host_char()
All items filtered out
Data Use
from
examples
http_parse_host_char()
reads 12 variables:
http_host_state::s_http_host_dead
http_host_state::s_http_userinfo_start
http_host_state::s_http_userinfo
http_host_state::s_http_host_start
http_host_state::s_http_host_v6_start
http_host_state::s_http_host
http_host_state::s_http_host_v6
http_host_state::s_http_host_v6_end
http_host_state::s_http_host_v6_zone_start
http_host_state::s_http_host_v6_zone
http_host_state::s_http_host_port_start
http_host_state::s_http_host_port
All items filtered out
http_parse_host_char()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out