Home
last modified time | relevance | path

Searched defs:send_bytes (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dwriting.cc136 int64_t send_bytes, grpc_chttp2_write_cb** list, in update_list()
341 uint32_t send_bytes = static_cast<uint32_t> GPR_MIN( in FlushUncompressedBytes() local
357 uint32_t send_bytes = static_cast<uint32_t> GPR_MIN( in FlushCompressedBytes() local
/third_party/libuv/test/
Dtest-poll.c308 int send_bytes = MIN(TRANSFER_BYTES - context->sent, sizeof buffer); local
332 int send_bytes = MIN(TRANSFER_BYTES - context->sent, sizeof buffer); local
/third_party/python/Lib/multiprocessing/
Dqueues.py214 def _feed(buffer, notempty, send_bytes, writelock, close, ignore_epipe, argument
Dconnection.py186 def send_bytes(self, buf, offset=0, size=None): member in _ConnectionBase
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_lib.c493 int send_bytes, bytes; in SSL_write() local
/third_party/python/Lib/test/
D_test_multiprocessing.py4576 def send_bytes(self, data): member in OtherTest.test_deliver_challenge_auth_failure._FakeConnection
4593 def send_bytes(self, data): member in OtherTest.test_answer_challenge_auth_failure._FakeConnection