Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Durl.c589 Curl_safefree(conn->http_proxy.host.rawalloc); /* http proxy name buffer */ in conn_free()
590 Curl_safefree(conn->socks_proxy.host.rawalloc); /* socks proxy name buffer */ in conn_free()
597 Curl_safefree(conn->host.rawalloc); /* host name buffer */ in conn_free()
598 Curl_safefree(conn->conn_to_host.rawalloc); /* host name buffer */ in conn_free()
1859 conn->host.rawalloc = strdup(hostname ? hostname : "");
1860 if(!conn->host.rawalloc)
1862 conn->host.name = conn->host.rawalloc;
2317 if(conn->port < 0 || sockstype || !conn->socks_proxy.host.rawalloc)
2343 Curl_safefree(proxyinfo->host.rawalloc);
2344 proxyinfo->host.rawalloc
[all...]
H A Dtftp.c1381 type = strstr(conn->host.rawalloc, ";mode="); in tftp_setup_connection()
H A Durldata.h558 char *rawalloc; /* allocated "raw" version of the name */ member
H A Dftp.c4403 type = strstr(conn->host.rawalloc, ";type="); in ftp_setup_connection()

Completed in 15 milliseconds