Home
last modified time | relevance | path

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

/third_party/nghttp2/third-party/url-parser/
Durl_parser.c537 enum http_parser_url_fields uf, old_uf; in http_parser_parse_url() local
546 old_uf = UF_MAX; in http_parser_parse_url()
594 if (uf == old_uf) { in http_parser_parse_url()
603 old_uf = uf; in http_parser_parse_url()
/third_party/boost/libs/beast/test/bench/parser/nodejs-parser/
Dhttp_parser.c2346 enum http_parser_url_fields uf, old_uf; in http_parser_parse_url() local
2351 old_uf = UF_MAX; in http_parser_parse_url()
2399 if (uf == old_uf) { in http_parser_parse_url()
2408 old_uf = uf; in http_parser_parse_url()