Home
last modified time | relevance | path

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

/third_party/nghttp2/third-party/url-parser/
Durl_parser.c166 , s_http_host_v6 enumerator
400 case s_http_host_v6: in http_parse_host_char()
408 return s_http_host_v6; in http_parse_host_char()
411 if (s == s_http_host_v6 && ch == '%') { in http_parse_host_char()
472 case s_http_host_v6: in http_parse_host()
473 if (s != s_http_host_v6) { in http_parse_host()
512 case s_http_host_v6: in http_parse_host()
/third_party/boost/libs/beast/test/bench/parser/nodejs-parser/
Dhttp_parser.c401 , s_http_host_v6 enumerator
2210 case s_http_host_v6: in http_parse_host_char()
2218 return s_http_host_v6; in http_parse_host_char()
2221 if (s == s_http_host_v6 && ch == '%') { in http_parse_host_char()
2281 case s_http_host_v6: in http_parse_host()
2282 if (s != s_http_host_v6) { in http_parse_host()
2321 case s_http_host_v6: in http_parse_host()