Home
last modified time | relevance | path

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

/third_party/libsoup/libsoup/
Dsoup-uri.c182 static char *uri_normalized_copy (const char *str, int length, const char *unescape_extra);
288 uri->fragment = uri_normalized_copy (hash + 1, end - hash + 1, in soup_uri_new_with_base()
379 uri->query = uri_normalized_copy (question + 1, in soup_uri_new_with_base()
386 uri->path = uri_normalized_copy (uri_string, end - uri_string, in soup_uri_new_with_base()
813 uri_normalized_copy (const char *part, int length, in uri_normalized_copy() function
907 return uri_normalized_copy (part, strlen (part), unescape_extra); in soup_uri_normalize()
/third_party/libsoup/
DChangeLog.pre-git188 * libsoup/soup-uri.c (uri_normalized_copy): optionally fix up
190 (soup_uri_new_with_base): tell uri_normalized_copy() to fix up
1363 * libsoup/soup-uri.c (uri_decoded_copy, uri_normalized_copy): add