Lines Matching refs:rawalloc
719 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;
2321 Curl_safefree(proxyinfo->host.rawalloc);
2322 proxyinfo->host.rawalloc = host;
2485 if(conn->http_proxy.host.rawalloc) {
2508 if(conn->socks_proxy.host.rawalloc) {
2509 if(!conn->http_proxy.host.rawalloc) {
3029 conn->conn_to_host.rawalloc = host;
3078 host = conn->host.rawalloc;
3099 conn->conn_to_host.rawalloc = hostd;
3350 Curl_safefree(existing->host.rawalloc);
3351 Curl_safefree(existing->conn_to_host.rawalloc);
3353 temp->host.rawalloc = NULL;
3356 temp->conn_to_host.rawalloc = NULL;