Home
last modified time | relevance | path

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

/third_party/curl/lib/
Durl.c774 Curl_safefree(conn->http_proxy.host.rawalloc); /* http proxy name buffer */ in conn_free()
775 Curl_safefree(conn->socks_proxy.host.rawalloc); /* socks proxy name buffer */ in conn_free()
784 Curl_safefree(conn->host.rawalloc); /* host name buffer */ in conn_free()
785 Curl_safefree(conn->conn_to_host.rawalloc); /* host name buffer */ in conn_free()
2020 conn->host.rawalloc = strdup(hostname ? hostname : "");
2021 if(!conn->host.rawalloc)
2023 conn->host.name = conn->host.rawalloc;
2541 if(conn->port < 0 || sockstype || !conn->socks_proxy.host.rawalloc)
2551 Curl_safefree(proxyinfo->host.rawalloc);
2552 proxyinfo->host.rawalloc = host;
[all …]
Durldata.h534 char *rawalloc; /* allocated "raw" version of the name */ member
Dtftp.c1385 type = strstr(conn->host.rawalloc, ";mode="); in tftp_setup_connection()
Dftp.c4391 type = strstr(conn->host.rawalloc, ";type="); in ftp_setup_connection()