Lines Matching refs:http_parser_url
529 bool has_uri_field(const http_parser_url &u, http_parser_url_fields field);
531 bool fieldeq(const char *uri1, const http_parser_url &u1, const char *uri2,
532 const http_parser_url &u2, http_parser_url_fields field);
534 bool fieldeq(const char *uri, const http_parser_url &u,
537 bool fieldeq(const char *uri, const http_parser_url &u,
540 StringRef get_uri_field(const char *uri, const http_parser_url &u,
543 uint16_t get_default_port(const char *uri, const http_parser_url &u);
545 bool porteq(const char *uri1, const http_parser_url &u1, const char *uri2,
546 const http_parser_url &u2);
548 void write_uri_field(std::ostream &o, const char *uri, const http_parser_url &u,