Home
last modified time | relevance | path

Searched refs:unix_domain_socket (Results 1 – 3 of 3) sorted by last modified time

/curl/lib/
H A Durl.c605 Curl_safefree(conn->unix_domain_socket); in conn_free()
1045 if(needle->unix_domain_socket) { in ConnectionExists()
1046 if(!check->unix_domain_socket) in ConnectionExists()
1048 if(strcmp(needle->unix_domain_socket, check->unix_domain_socket)) in ConnectionExists()
1054 else if(check->unix_domain_socket) in ConnectionExists()
2448 if(proxy && conn->unix_domain_socket) {
3229 char *unix_path = conn->unix_domain_socket;
3428 conn->unix_domain_socket = strdup(data->set.str[STRING_UNIX_SOCKET_PATH]);
3429 if(!conn->unix_domain_socket) {
H A Durldata.h980 char *unix_domain_socket; member
H A Dcf-haproxy.c79 if(cf->conn->unix_domain_socket) in cf_haproxy_date_out_set()

Completed in 26 milliseconds