Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dutil.h529 bool has_uri_field(const http_parser_url &u, http_parser_url_fields field);
532 const http_parser_url &u2, http_parser_url_fields field);
535 http_parser_url_fields field, const char *t);
538 http_parser_url_fields field, const StringRef &t);
541 http_parser_url_fields field);
549 http_parser_url_fields field);
Dutil.cc618 bool has_uri_field(const http_parser_url &u, http_parser_url_fields field) { in has_uri_field()
623 const http_parser_url &u2, http_parser_url_fields field) { in fieldeq()
641 http_parser_url_fields field, const char *t) { in fieldeq()
646 http_parser_url_fields field, const StringRef &t) { in fieldeq()
655 http_parser_url_fields field) { in get_uri_field()
684 http_parser_url_fields field) { in write_uri_field()
/third_party/nghttp2/third-party/url-parser/
Durl_parser.h55 enum http_parser_url_fields enum
Durl_parser.c537 enum http_parser_url_fields uf, old_uf; in http_parser_parse_url()