Lines Matching refs:decoded
150 * Curl_idn_decode() returns an allocated IDN decoded string if it was
159 char *decoded = NULL;
171 int rc = IDN2_LOOKUP(input, &decoded, flags);
175 rc = IDN2_LOOKUP(input, &decoded, IDN2_TRANSITIONAL);
183 result = win32_idn_to_ascii(input, &decoded);
186 *output = decoded;
269 char *decoded;
270 CURLcode result = idn_decode(host->name, &decoded);
272 if(!*decoded) {
274 Curl_idn_free(decoded);
278 host->encalloc = decoded;