Home
last modified time | relevance | path

Searched refs:uri_append_path_segment_data (Results 1 – 3 of 3) sorted by relevance

/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dtest-uri.c657 uri_append_path_segment_data(str, NULL, "abcdefghijklmnopqrstuvwxyz"); in test_uri_escape()
660 uri_append_path_segment_data(str, NULL, "ABCDEFGHIJKLMNOPQRSTUVWXYZ"); in test_uri_escape()
663 uri_append_path_segment_data(str, NULL, "0123456789"); in test_uri_escape()
666 uri_append_path_segment_data(str, NULL, "-._~!$&'()*+,;="); in test_uri_escape()
669 uri_append_path_segment_data(str, NULL, "a@b/c/d:e"); in test_uri_escape()
672 uri_append_path_segment_data(str, NULL, "[yes]what?oh#13"); in test_uri_escape()
675 uri_append_path_segment_data(str, "@", "a@b/c/d:e"); in test_uri_escape()
H A Duri-util.h256 void uri_append_path_segment_data(string_t *out,
H A Duri-util.c1270 void uri_append_path_segment_data(string_t *out, const char *esc, in uri_append_path_segment_data() function