Home
last modified time | relevance | path

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

/third_party/libsoup/libsoup/
Dsoup-request-data.c100 data->priv->content_type = soup_uri_decoded_copy (start, end - start, NULL); in soup_request_data_send()
110 guchar *buf = (guchar *) soup_uri_decoded_copy (start, strlen (start), in soup_request_data_send()
Dsoup-uri.c323 uri->password = soup_uri_decoded_copy (colon + 1, in soup_uri_new_with_base()
330 uri->user = soup_uri_decoded_copy (uri_string, in soup_uri_new_with_base()
353 uri->host = soup_uri_decoded_copy (uri_string, in soup_uri_new_with_base()
360 uri->host = soup_uri_decoded_copy (uri_string, in soup_uri_new_with_base()
760 soup_uri_decoded_copy (const char *part, int length, int *decoded_length) in soup_uri_decoded_copy() function
807 return soup_uri_decoded_copy (part, strlen (part), NULL); in soup_uri_decode()
Dsoup-misc-private.h12 char *soup_uri_decoded_copy (const char *str, int length, int *decoded_length);