Home
last modified time | relevance | path

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

/external/curl/lib/
Durl.c1541 host->encalloc = (char *)ace_hostname; in Curl_idnconvert_hostname()
1543 host->name = host->encalloc; in Curl_idnconvert_hostname()
1555 host->encalloc = ace_hostname; in Curl_idnconvert_hostname()
1557 host->name = host->encalloc; in Curl_idnconvert_hostname()
1578 if(host->encalloc) { in Curl_free_idnconverted_hostname()
1579 idn2_free(host->encalloc); /* must be freed with idn2_free() since this was in Curl_free_idnconverted_hostname()
1581 host->encalloc = NULL; in Curl_free_idnconverted_hostname()
1584 free(host->encalloc); /* must be freed with free() since this was in Curl_free_idnconverted_hostname()
1586 host->encalloc = NULL; in Curl_free_idnconverted_hostname()
Dsmtp.c512 ((host.encalloc) || (!Curl_is_ASCII_name(address)) || in smtp_perform_command()
585 ((host.encalloc) || (!Curl_is_ASCII_name(address)) || in smtp_perform_mail()
625 ((host.encalloc) || (!Curl_is_ASCII_name(address)) || in smtp_perform_mail()
Durldata.h495 char *encalloc; /* allocated IDN-encoded version of the name */ member