Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_cfgable.h269 char *unix_socket_path; /* path to Unix domain socket */ member
Dtool_cfgable.c144 Curl_safefree(config->unix_socket_path); in free_config_fields()
Dtool_operate.c2116 if(config->unix_socket_path) { in single_transfer()
2119 config->unix_socket_path); in single_transfer()
2123 config->unix_socket_path); in single_transfer()
Dtool_getparam.c1352 GetStr(&config->unix_socket_path, nextarg); in getparameter()
1384 GetStr(&config->unix_socket_path, nextarg); in getparameter()
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_server.py103 with test_utils.unix_socket_path() as addr:
Dutils.py258 def unix_socket_path(): function
271 with unix_socket_path() as path:
Dtest_streams.py690 with test_utils.unix_socket_path() as path:
699 with test_utils.unix_socket_path() as path:
Dtest_unix_events.py288 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:
Dtest_base_events.py1723 with test_utils.unix_socket_path() as path: