Home
last modified time | relevance | path

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

/external/curl/tests/server/
Dutil.h92 int bind_unix_socket(curl_socket_t sock, const char *unix_socket,
Dutil.c813 int bind_unix_socket(curl_socket_t sock, const char *unix_socket, in bind_unix_socket() function
Dsocksd.c863 rc = bind_unix_socket(sock, unix_socket, &listener.sau); in sockdaemon()
Dsws.c2135 rc = bind_unix_socket(sock, unix_socket, &me.sau); in main()
/external/python/cpython3/Lib/test/support/
Dsocket_helper.py115 def bind_unix_socket(sock, addr): function
/external/python/cpython3/Lib/test/
Dtest_asyncore.py102 socket_helper.bind_unix_socket(sock, addr)
Dtest_socket.py696 socket_helper.bind_unix_socket(sock, path)
5447 socket_helper.bind_unix_socket(sock, path)
/external/python/cpython3/Doc/library/
Dtest.rst1040 .. function:: bind_unix_socket(sock, addr)