Home
last modified time | relevance | path

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

/third_party/curl/lib/
Didn.c249 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()
Dsmtp.c552 ((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()
Durldata.h552 char *encalloc; /* allocated IDN-encoded version of the name */ member
Durl.c3354 temp->host.encalloc = NULL;