Searched refs:unix_domain_socket (Results 1 – 3 of 3) sorted by relevance
79 if(cf->conn->unix_domain_socket) in cf_haproxy_date_out_set()
739 Curl_safefree(conn->unix_domain_socket); in conn_free()1177 if(needle->unix_domain_socket) { in ConnectionExists()1178 if(!check->unix_domain_socket) in ConnectionExists()1180 if(strcmp(needle->unix_domain_socket, check->unix_domain_socket)) in ConnectionExists()1186 else if(check->unix_domain_socket) in ConnectionExists()2445 if(proxy && conn->unix_domain_socket) {3249 char *unix_path = conn->unix_domain_socket;3448 conn->unix_domain_socket = strdup(data->set.str[STRING_UNIX_SOCKET_PATH]);3449 if(!conn->unix_domain_socket) {
1055 char *unix_domain_socket; member