Searched refs:uri_parse_pct_encoded (Results 1 – 2 of 2) sorted by relevance
176 int uri_parse_pct_encoded(struct uri_parser *parser, in uri_parse_pct_encoded() function226 if ((ret=uri_parse_pct_encoded(parser, &ch)) < 0) in uri_parse_unreserved_pct()410 if ((ret=uri_parse_pct_encoded(parser, &c)) < 0) in uri_do_parse_reg_name()496 if ((ret=uri_parse_pct_encoded(parser, &ch)) < 0) { in uri_do_parse_host_name()515 if ((ret=uri_parse_pct_encoded(parser, &ch)) < 0) { in uri_do_parse_host_name()843 if ((ret=uri_parse_pct_encoded(parser, &ch)) < 0) in uri_parse_path_segment()988 if ((ret=uri_parse_pct_encoded(parser, &ch)) < 0) in uri_parse_query()1029 if ((ret=uri_parse_pct_encoded(parser, &ch)) < 0) in uri_parse_fragment()
45 int uri_parse_pct_encoded(struct uri_parser *parser,