Searched refs:encalloc (Results 1 – 4 of 4) sorted by relevance
353 Curl_safefree(host->encalloc); in Curl_free_idnconverted_hostname()374 host->name = host->encalloc = decoded; in Curl_idnconvert_hostname()
555 ((host.encalloc) || (!Curl_is_ASCII_name(address)) || in smtp_perform_command()629 ((host.encalloc) || (!Curl_is_ASCII_name(address)) || in smtp_perform_mail()669 ((host.encalloc) || (!Curl_is_ASCII_name(address)) || in smtp_perform_mail()
570 char *encalloc; /* allocated IDN-encoded version of the name */ member
3324 temp->host.encalloc = NULL;
Completed in 24 milliseconds