Searched refs:unix_socket_path (Results 1 – 8 of 8) sorted by relevance
251 char *unix_socket_path; /* path to Unix domain socket */ member
137 Curl_safefree(config->unix_socket_path); in free_config_fields()
1510 if(config->unix_socket_path) { in operate_do()1513 config->unix_socket_path); in operate_do()1517 config->unix_socket_path); in operate_do()
1109 GetStr(&config->unix_socket_path, nextarg); in getparameter()1141 GetStr(&config->unix_socket_path, nextarg); in getparameter()
100 with test_utils.unix_socket_path() as addr:
246 def unix_socket_path(): function259 with unix_socket_path() as path:
685 with test_utils.unix_socket_path() as path:694 with test_utils.unix_socket_path() as path:
264 with test_utils.unix_socket_path() as path:277 with test_utils.unix_socket_path() as path:285 with test_utils.unix_socket_path() as path: