/third_party/boost/doc/html/boost_asio/example/cpp11/multicast/ |
D | sender.cpp | 29 do_send(); in sender() 33 void do_send() in do_send() function in sender 55 do_send(); in do_timeout()
|
/third_party/boost/libs/asio/example/cpp11/multicast/ |
D | sender.cpp | 29 do_send(); in sender() 33 void do_send() in do_send() function in sender 55 do_send(); in do_timeout()
|
/third_party/libuv/test/ |
D | test-udp-multicast-join.c | 74 static int do_send(uv_udp_send_t* send_req) { in do_send() function 134 r = do_send(&req_ss); in cl_recv_cb() 165 r = do_send(&req); in TEST_IMPL()
|
D | test-udp-multicast-join6.c | 86 static int do_send(uv_udp_send_t* send_req) { in do_send() function 144 r = do_send(&req_ss); in cl_recv_cb() 203 r = do_send(&req); in TEST_IMPL()
|
/third_party/boost/doc/html/boost_asio/example/cpp11/echo/ |
D | async_udp_echo_server.cpp | 34 do_send(bytes_recvd); in do_receive() 43 void do_send(std::size_t length) in do_send() function in server
|
/third_party/boost/libs/asio/example/cpp11/echo/ |
D | async_udp_echo_server.cpp | 34 do_send(bytes_recvd); in do_receive() 43 void do_send(std::size_t length) in do_send() function in server
|
/third_party/ltp/testcases/kernel/syscalls/send/ |
D | send02.c | 29 static void do_send(int sock, void *buf, size_t size, int flags) in do_send() function 63 {AF_INET, SOCK_STREAM, 0, do_send, 1, 1, "TCP send"}, 64 {AF_INET, SOCK_DGRAM, 0, do_send, 1, 0, "UDP send"},
|
/third_party/boost/boost/interprocess/ipc/ |
D | message_queue.hpp | 189 bool do_send(block_t block, 700 { this->do_send(blocking, buffer, buffer_size, priority, ptime()); } in send() 705 { return this->do_send(non_blocking, buffer, buffer_size, priority, ptime()); } in try_send() 716 return this->do_send(timed, buffer, buffer_size, priority, abs_time); in timed_send() 720 inline bool message_queue_t<VoidPointer>::do_send(block_t block, in do_send() function in boost::interprocess::message_queue_t
|
/third_party/boost/libs/asio/include/boost/asio/detail/ |
D | winrt_ssocket_service_base.hpp | 178 return do_send(impl, in send() 314 BOOST_ASIO_DECL std::size_t do_send(
|
/third_party/boost/boost/asio/detail/ |
D | winrt_ssocket_service_base.hpp | 178 return do_send(impl, in send() 314 BOOST_ASIO_DECL std::size_t do_send(
|
/third_party/boost/boost/asio/detail/impl/ |
D | winrt_ssocket_service_base.ipp | 447 std::size_t winrt_ssocket_service_base::do_send(
|
/third_party/boost/libs/asio/include/boost/asio/detail/impl/ |
D | winrt_ssocket_service_base.ipp | 447 std::size_t winrt_ssocket_service_base::do_send(
|
/third_party/python/Lib/test/ |
D | test_exceptions.py | 958 def do_send(g): function 965 self._check_generator_cleanup_exc_state(do_send)
|
/third_party/lwip/ |
D | CHANGELOG | 3708 the mailbox is active". Now, the post is only done during a connect, and do_send,
|