Home
last modified time | relevance | path

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

/curl/lib/
H A Dcf-haproxy.c80 if(cf->conn->unix_domain_socket) in cf_haproxy_date_out_set()
H A Durl.c600 Curl_safefree(conn->unix_domain_socket); in Curl_conn_free()
949 if(needle->unix_domain_socket) { in url_match_conn()
950 if(!conn->unix_domain_socket) in url_match_conn()
952 if(strcmp(needle->unix_domain_socket, conn->unix_domain_socket)) in url_match_conn()
957 else if(conn->unix_domain_socket) in url_match_conn()
2429 if(proxy && conn->unix_domain_socket) {
3206 char *unix_path = conn->unix_domain_socket;
3416 conn->unix_domain_socket = strdup(data->set.str[STRING_UNIX_SOCKET_PATH]);
3417 if(!conn->unix_domain_socket) {
H A Durldata.h963 char *unix_domain_socket; member

Completed in 29 milliseconds