Searched refs:unix_socket_path (Results 1 – 9 of 9) sorted by relevance
269 char *unix_socket_path; /* path to Unix domain socket */ member
144 Curl_safefree(config->unix_socket_path); in free_config_fields()
2116 if(config->unix_socket_path) { in single_transfer()2119 config->unix_socket_path); in single_transfer()2123 config->unix_socket_path); in single_transfer()
1352 GetStr(&config->unix_socket_path, nextarg); in getparameter()1384 GetStr(&config->unix_socket_path, nextarg); in getparameter()
103 with test_utils.unix_socket_path() as addr:
258 def unix_socket_path(): function271 with unix_socket_path() as path:
690 with test_utils.unix_socket_path() as path:699 with test_utils.unix_socket_path() as path:
288 with test_utils.unix_socket_path() as path:301 with test_utils.unix_socket_path() as path:309 with test_utils.unix_socket_path() as path:
1723 with test_utils.unix_socket_path() as path: