Searched refs:bind_unix_socket (Results  1 – 8 of 8) sorted by relevance
| /external/curl/tests/server/ | 
| D | util.h | 92 int bind_unix_socket(curl_socket_t sock, const char *unix_socket,
  | 
| D | util.c | 813 int bind_unix_socket(curl_socket_t sock, const char *unix_socket,  in bind_unix_socket()  function
  | 
| D | socksd.c | 863     rc = bind_unix_socket(sock, unix_socket, &listener.sau);  in sockdaemon()
  | 
| D | sws.c | 2135     rc = bind_unix_socket(sock, unix_socket, &me.sau);  in main()
  | 
| /external/python/cpython3/Lib/test/support/ | 
| D | socket_helper.py | 115 def bind_unix_socket(sock, addr):  function
  | 
| /external/python/cpython3/Lib/test/ | 
| D | test_asyncore.py | 102         socket_helper.bind_unix_socket(sock, addr)
  | 
| D | test_socket.py | 696         socket_helper.bind_unix_socket(sock, path) 5447             socket_helper.bind_unix_socket(sock, path)
  | 
| /external/python/cpython3/Doc/library/ | 
| D | test.rst | 1040 .. function:: bind_unix_socket(sock, addr)
  |