Home
last modified time | relevance | path

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

/aosp_15_r20/external/curl/tests/server/
H A Dutil.h94 int bind_unix_socket(curl_socket_t sock, const char *unix_socket,
H A Dutil.c836 int bind_unix_socket(curl_socket_t sock, const char *unix_socket, in bind_unix_socket() function
H A Dsocksd.c876 rc = bind_unix_socket(sock, unix_socket, &listener.sau); in sockdaemon()
H A Dsws.c2224 rc = bind_unix_socket(sock, unix_socket, &me.sau); in main()
/aosp_15_r20/external/python/cpython3/Lib/test/support/
Dsocket_helper.py118 def bind_unix_socket(sock, addr): function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_asyncore.py101 socket_helper.bind_unix_socket(sock, addr)
Dtest_socket.py696 socket_helper.bind_unix_socket(sock, path)
5548 socket_helper.bind_unix_socket(sock, path)
/aosp_15_r20/external/python/cpython3/Doc/library/
Dtest.rst1076 .. function:: bind_unix_socket(sock, addr)