Searched refs:bind_unix_socket (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/curl/tests/server/ |
H A D | util.h | 94 int bind_unix_socket(curl_socket_t sock, const char *unix_socket,
|
H A D | util.c | 836 int bind_unix_socket(curl_socket_t sock, const char *unix_socket, in bind_unix_socket() function
|
H A D | socksd.c | 876 rc = bind_unix_socket(sock, unix_socket, &listener.sau); in sockdaemon()
|
H A D | sws.c | 2224 rc = bind_unix_socket(sock, unix_socket, &me.sau); in main()
|
/aosp_15_r20/external/python/cpython3/Lib/test/support/ |
D | socket_helper.py | 118 def bind_unix_socket(sock, addr): function
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_asyncore.py | 101 socket_helper.bind_unix_socket(sock, addr)
|
D | test_socket.py | 696 socket_helper.bind_unix_socket(sock, path) 5548 socket_helper.bind_unix_socket(sock, path)
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | test.rst | 1076 .. function:: bind_unix_socket(sock, addr)
|