Searched refs:soup_uri_decoded_copy (Results 1 – 3 of 3) sorted by relevance
/third_party/libsoup/libsoup/ |
D | soup-request-data.c | 100 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()
|
D | soup-uri.c | 323 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()
|
D | soup-misc-private.h | 12 char *soup_uri_decoded_copy (const char *str, int length, int *decoded_length);
|