Searched refs:unix_domain_socket (Results 1 – 3 of 3) sorted by relevance
755 Curl_safefree(conn->unix_domain_socket); in conn_free()1225 if(needle->unix_domain_socket) { in ConnectionExists()1226 if(!check->unix_domain_socket) in ConnectionExists()1228 if(strcmp(needle->unix_domain_socket, check->unix_domain_socket)) in ConnectionExists()1233 else if(check->unix_domain_socket) in ConnectionExists()2772 if(proxy && conn->unix_domain_socket) { in create_conn_helper_init_proxy()3441 if(conn->unix_domain_socket) { in resolve_server()3445 const char *path = conn->unix_domain_socket; in resolve_server()3624 Curl_safefree(old_conn->unix_domain_socket); in reuse_conn()3699 conn->unix_domain_socket = strdup(data->set.str[STRING_UNIX_SOCKET_PATH]); in create_conn()[all …]
1032 char *unix_domain_socket; member
303 "base/posix/unix_domain_socket.cc",