Home
last modified time | relevance | path

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

/third_party/nghttp2/third-party/url-parser/
Durl_parser.c158 enum http_host_state enum
362 static enum http_host_state
363 http_parse_host_char(enum http_host_state s, const char ch) { in http_parse_host_char()
446 enum http_host_state s; in http_parse_host()
458 enum http_host_state new_s = http_parse_host_char(s, *p); in http_parse_host()