Searched defs:send_bytes (Results 1 – 11 of 11) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/rpc/rdma/ |
| D | rdma_client.cc | 81 bool RDMAClient::SendSync(std::unique_ptr<MessageBase> &&msg, size_t *const send_bytes) { in SendSync()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/rpc/tcp/ |
| D | tcp_client.cc | 116 bool TCPClient::SendSync(std::unique_ptr<MessageBase> &&msg, size_t *const send_bytes) { in SendSync()
|
| D | tcp_socket_operation.cc | 148 size_t send_bytes = static_cast<size_t>(retval); in SendMessage() local
|
| D | ssl_socket_operation.cc | 140 size_t send_bytes = static_cast<size_t>(retval); in SendMessage() local
|
| D | tcp_comm.cc | 341 bool TCPComm::Send(MessageBase *msg, size_t *const send_bytes, bool sync) { in Send()
|
| /third_party/libuv/test/ |
| D | test-poll.c | 309 int send_bytes = MIN(TRANSFER_BYTES - context->sent, sizeof buffer); local 333 int send_bytes = MIN(TRANSFER_BYTES - context->sent, sizeof buffer); local
|
| /third_party/grpc/src/core/ext/transport/chttp2/transport/ |
| D | writing.cc | 185 static bool update_list(grpc_chttp2_transport* t, int64_t send_bytes, in update_list() 399 uint32_t send_bytes = in FlushBytes() local
|
| /third_party/python/Lib/multiprocessing/ |
| D | queues.py | 212 def _feed(buffer, notempty, send_bytes, writelock, reader_close, argument
|
| D | connection.py | 181 def send_bytes(self, buf, offset=0, size=None): member in _ConnectionBase
|
| /third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/ |
| D | ssl_lib.c | 493 int send_bytes, bytes; in SSL_write() local
|
| /third_party/python/Lib/test/ |
| D | _test_multiprocessing.py | 4649 def send_bytes(self, data): member in OtherTest.test_deliver_challenge_auth_failure._FakeConnection 4666 def send_bytes(self, data): member in OtherTest.test_answer_challenge_auth_failure._FakeConnection
|