Searched refs:encalloc (Results 1 – 4 of 4) sorted by relevance
249 if(host->encalloc) { in Curl_free_idnconverted_hostname()251 Curl_idn_free(host->encalloc); in Curl_free_idnconverted_hostname()252 host->encalloc = NULL; in Curl_free_idnconverted_hostname()278 host->encalloc = decoded; in Curl_idnconvert_hostname()280 host->name = host->encalloc; in Curl_idnconvert_hostname()
552 ((host.encalloc) || (!Curl_is_ASCII_name(address)) || in smtp_perform_command()626 ((host.encalloc) || (!Curl_is_ASCII_name(address)) || in smtp_perform_mail()666 ((host.encalloc) || (!Curl_is_ASCII_name(address)) || in smtp_perform_mail()
552 char *encalloc; /* allocated IDN-encoded version of the name */ member
3354 temp->host.encalloc = NULL;