Home
last modified time | relevance | path

Searched refs:ehost (Results 1 – 2 of 2) sorted by relevance

/curl/packages/OS400/
H A Dos400sys.c520 char *ehost; in Curl_ldap_init_a() local
528 ehost = malloc(i + 1); in Curl_ldap_init_a()
529 if(!ehost) in Curl_ldap_init_a()
532 QadrtConvertA2E(ehost, host, i, i); in Curl_ldap_init_a()
533 ehost[i] = '\0'; in Curl_ldap_init_a()
534 result = (void *) ldap_init(ehost, port); in Curl_ldap_init_a()
535 free(ehost); in Curl_ldap_init_a()
/curl/lib/
H A Durl.c3201 struct hostname *ehost; local
3226 ehost = conn->bits.socksproxy ? &conn->socks_proxy.host :
3233 ehost = conn->bits.conn_to_host ? &conn->conn_to_host : &conn->host;
3241 conn->hostname_resolve = strdup(ehost->name);
3252 FMT_TIMEDIFF_T " ms", peertype, ehost->dispname,
3257 failf(data, "Could not resolve %s: %s", peertype, ehost->dispname);

Completed in 11 milliseconds