Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_server.py104 with test_utils.unix_socket_path() as addr:
Dutils.py257 def unix_socket_path(): function
270 with unix_socket_path() as path:
Dtest_streams.py713 with test_utils.unix_socket_path() as path:
723 with test_utils.unix_socket_path() as path:
Dtest_unix_events.py279 with test_utils.unix_socket_path() as path:
292 with test_utils.unix_socket_path() as path:
300 with test_utils.unix_socket_path() as path:
Dtest_base_events.py1705 with test_utils.unix_socket_path() as path:
/external/curl/src/
Dtool_cfgable.h271 char *unix_socket_path; /* path to Unix domain socket */ member
Dtool_cfgable.c142 Curl_safefree(config->unix_socket_path); in free_config_fields()
Dtool_operate.c2032 if(config->unix_socket_path) { in single_transfer()
2035 config->unix_socket_path); in single_transfer()
2039 config->unix_socket_path); in single_transfer()
Dtool_getparam.c1135 GetStr(&config->unix_socket_path, nextarg); in getparameter()
1167 GetStr(&config->unix_socket_path, nextarg); in getparameter()