Home
last modified time | relevance | path

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

/external/curl/tests/server/
Dutil.h94 int bind_unix_socket(curl_socket_t sock, const char *unix_socket,
Dutil.c838 int bind_unix_socket(curl_socket_t sock, const char *unix_socket, in bind_unix_socket() function
Dsocksd.c899 rc = bind_unix_socket(sock, unix_socket, &listener.sau); in sockdaemon()
Dsws.c2271 rc = bind_unix_socket(sock, unix_socket, &me.sau); in main()
/external/python/cpython3/Lib/test/support/
Dsocket_helper.py120 def bind_unix_socket(sock, addr): function
/external/python/cpython3/Doc/library/
Dtest.rst1107 .. function:: bind_unix_socket(sock, addr)
/external/python/cpython3/Lib/test/
Dtest_socket.py736 socket_helper.bind_unix_socket(sock, path)
5883 socket_helper.bind_unix_socket(sock, path)