Home
last modified time | relevance | path

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

/external/curl/lib/
Durl.c743 Curl_safefree(conn->http_proxy.host.rawalloc); /* http proxy name buffer */ in conn_free()
744 Curl_safefree(conn->socks_proxy.host.rawalloc); /* socks proxy name buffer */ in conn_free()
752 Curl_safefree(conn->host.rawalloc); /* host name buffer */ in conn_free()
753 Curl_safefree(conn->conn_to_host.rawalloc); /* host name buffer */ in conn_free()
1997 conn->host.rawalloc = strdup(hostname ? hostname : "");
1998 if(!conn->host.rawalloc)
2000 conn->host.name = conn->host.rawalloc;
2367 if(conn->port < 0 || sockstype || !conn->socks_proxy.host.rawalloc)
2377 Curl_safefree(proxyinfo->host.rawalloc);
2378 proxyinfo->host.rawalloc = host;
[all …]
Durldata.h494 char *rawalloc; /* allocated "raw" version of the name */ member
Dtftp.c1402 type = strstr(conn->host.rawalloc, ";mode="); in tftp_setup_connection()
Dftp.c4295 type = strstr(conn->host.rawalloc, ";type="); in ftp_setup_connection()