Home
last modified time | relevance | path

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

/third_party/curl/lib/
Durl.c719 Curl_safefree(conn->http_proxy.host.rawalloc); /* http proxy name buffer */ in conn_free()
720 Curl_safefree(conn->socks_proxy.host.rawalloc); /* socks proxy name buffer */ in conn_free()
731 Curl_safefree(conn->host.rawalloc); /* host name buffer */ in conn_free()
732 Curl_safefree(conn->conn_to_host.rawalloc); /* host name buffer */ in conn_free()
1828 conn->host.rawalloc = strdup(hostname ? hostname : "");
1829 if(!conn->host.rawalloc)
1831 conn->host.name = conn->host.rawalloc;
2286 if(conn->port < 0 || sockstype || !conn->socks_proxy.host.rawalloc)
2312 Curl_safefree(proxyinfo->host.rawalloc);
2313 proxyinfo->host.rawalloc = host;
[all …]
Durldata.h551 char *rawalloc; /* allocated "raw" version of the name */ member
Dtftp.c1391 type = strstr(conn->host.rawalloc, ";mode="); in tftp_setup_connection()
Dftp.c4412 type = strstr(conn->host.rawalloc, ";type="); in ftp_setup_connection()