Lines Matching refs:http_parser_url
659 bool has_uri_field(const http_parser_url &u, http_parser_url_fields field) {
663 bool fieldeq(const char *uri1, const http_parser_url &u1, const char *uri2,
664 const http_parser_url &u2, http_parser_url_fields field) {
681 bool fieldeq(const char *uri, const http_parser_url &u,
686 bool fieldeq(const char *uri, const http_parser_url &u,
695 StringRef get_uri_field(const char *uri, const http_parser_url &u,
704 uint16_t get_default_port(const char *uri, const http_parser_url &u) {
714 bool porteq(const char *uri1, const http_parser_url &u1, const char *uri2,
715 const http_parser_url &u2) {
724 void write_uri_field(std::ostream &o, const char *uri, const http_parser_url &u,