Home
last modified time | relevance | path

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

/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Duri-util.c176 int uri_parse_pct_encoded(struct uri_parser *parser, in uri_parse_pct_encoded() function
226 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()
H A Duri-util.h45 int uri_parse_pct_encoded(struct uri_parser *parser,