Home
last modified time | relevance | path

Searched refs:unix_domain_socket (Results 1 – 3 of 3) sorted by relevance

/third_party/curl/lib/
Durl.c796 Curl_safefree(conn->unix_domain_socket); in conn_free()
1221 if(needle->unix_domain_socket) { in ConnectionExists()
1222 if(!check->unix_domain_socket) in ConnectionExists()
1224 if(strcmp(needle->unix_domain_socket, check->unix_domain_socket)) in ConnectionExists()
1230 else if(check->unix_domain_socket) in ConnectionExists()
2668 if(proxy && conn->unix_domain_socket) {
3381 if(conn->unix_domain_socket) {
3385 const char *path = conn->unix_domain_socket;
3577 Curl_safefree(old_conn->unix_domain_socket);
3659 conn->unix_domain_socket = strdup(data->set.str[STRING_UNIX_SOCKET_PATH]);
[all …]
Durldata.h1108 char *unix_domain_socket; member
Dhttp.c1562 if(data->conn->unix_domain_socket) in add_haproxy_protocol_header()