Home
last modified time | relevance | path

Searched refs:unix_socket_path (Results 1 – 8 of 8) sorted by relevance

/external/curl/src/
Dtool_cfgable.h251 char *unix_socket_path; /* path to Unix domain socket */ member
Dtool_cfgable.c137 Curl_safefree(config->unix_socket_path); in free_config_fields()
Dtool_operate.c1510 if(config->unix_socket_path) { in operate_do()
1513 config->unix_socket_path); in operate_do()
1517 config->unix_socket_path); in operate_do()
Dtool_getparam.c1109 GetStr(&config->unix_socket_path, nextarg); in getparameter()
1141 GetStr(&config->unix_socket_path, nextarg); in getparameter()
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_server.py100 with test_utils.unix_socket_path() as addr:
Dutils.py246 def unix_socket_path(): function
259 with unix_socket_path() as path:
Dtest_streams.py685 with test_utils.unix_socket_path() as path:
694 with test_utils.unix_socket_path() as path:
Dtest_unix_events.py264 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: