Home
last modified time | relevance | path

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

/external/curl/lib/
Didn.h32 CURLcode Curl_idn_decode(const char *input, char **output);
37 #define Curl_idn_decode(x) NULL macro
Didn.c310 CURLcode Curl_idn_decode(const char *input, char **output) in Curl_idn_decode() function
370 CURLcode result = Curl_idn_decode(host->name, &decoded); in Curl_idnconvert_hostname()
Durlapi.c1514 CURLcode result = Curl_idn_decode(u->host, &allochost); in curl_url_get()
1611 CURLcode result = Curl_idn_decode(*part, &allochost); in curl_url_get()