Searched refs:send_fds (Results 1 – 11 of 11) sorted by relevance
/external/adhd/cras/src/tests/ |
D | util_unittest.cc | 22 int send_fds[2]; in TEST() local 36 send_fds[0] = fd[1]; in TEST() 37 send_fds[1] = fd2[1]; in TEST() 38 ASSERT_GE(cras_send_with_fds(sock[0], msg, strlen(msg), send_fds, num_fds), in TEST()
|
/external/libchrome/base/posix/ |
D | unix_domain_socket.cc | 254 std::vector<int> send_fds; in SendRecvMsgWithFlags() local 255 send_fds.push_back(send_sock.get()); in SendRecvMsgWithFlags() 256 if (!SendMsg(fd, request.data(), request.size(), send_fds)) in SendRecvMsgWithFlags()
|
D | unix_domain_socket_unittest.cc | 140 std::vector<int> send_fds(UnixDomainSocket::kMaxFileDescriptors, in TEST() local 143 send_fds)); in TEST()
|
/external/perfetto/include/perfetto/ext/base/ |
D | unix_socket.h | 140 const int* send_fds = nullptr, 316 bool Send(const void* msg, size_t len, const int* send_fds, size_t num_fds);
|
/external/perfetto/src/base/ |
D | unix_socket.cc | 453 const int* send_fds, in Send() argument 474 memcpy(CMSG_DATA(cmsg), send_fds, num_fds * sizeof(int)); in Send() 903 const int* send_fds, in Send() argument 911 const ssize_t sz = sock_raw_.Send(msg, len, send_fds, num_fds); in Send()
|
/external/libabigail/tests/data/test-diff-pkg/ |
D | libICE-1.0.6-1.el6.x86_64.rpm--libICE-1.0.9-2.el7.x86_64.rpm-report-0.txt | 29 '_XtransConnFd* send_fds', at offset 704 (in bits) at Xtransint.h:149:1
|
/external/python/cpython3/Lib/ |
D | socket.py | 550 def send_fds(sock, buffers, fds, flags=0, address=None): function
|
/external/python/cpython3/Doc/library/ |
D | socket.rst | 1613 def send_fds(sock, msg, fds): 1636 .. method:: socket.send_fds(sock, buffers, fds[, flags[, address]])
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.9.rst | 656 The socket module now has the :func:`socket.send_fds` and
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.0a1.rst | 3209 The socket module now has the :func:`socket.send_fds` and
|
/external/python/cpython3/Lib/test/ |
D | test_socket.py | 6577 socket.send_fds(sock1, [MSG], fds)
|