Searched defs:send_bytes (Results 1 – 9 of 9) sorted by relevance
| /external/bcc/tools/ |
| D | tcpsubnet.py | 246 send_bytes = 0 variable 248 send_bytes = int(ipv4_send_bytes[k].value) variable
|
| /external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
| D | writing.cc | 140 int64_t send_bytes, grpc_chttp2_write_cb** list, in update_list() 345 uint32_t send_bytes = static_cast<uint32_t> GPR_MIN( in FlushUncompressedBytes() local 361 uint32_t send_bytes = static_cast<uint32_t> GPR_MIN( in FlushCompressedBytes() local
|
| /external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
| D | writing.cc | 120 int64_t send_bytes, grpc_chttp2_write_cb** list, in update_list() 337 uint32_t send_bytes = static_cast<uint32_t> GPR_MIN( in FlushCompressedBytes() local
|
| /external/python/cpython3/Lib/multiprocessing/ |
| D | queues.py | 214 def _feed(buffer, notempty, send_bytes, writelock, close, ignore_epipe, argument
|
| D | connection.py | 186 def send_bytes(self, buf, offset=0, size=None): member in _ConnectionBase
|
| /external/libwebsockets/lib/tls/mbedtls/wrapper/library/ |
| D | ssl_lib.c | 493 int send_bytes, bytes; in SSL_write() local
|
| /external/uwb/src/rust/uwb_core/src/uci/ |
| D | pcapng_uci_logger_factory.rs | 255 pub fn send_bytes(&mut self, bytes: Vec<u8>) -> Option<()> { in send_bytes() method
|
| /external/python/cpython2/Lib/test/ |
| D | test_multiprocessing.py | 2446 def send_bytes(self, data): member in OtherTest.test_deliver_challenge_auth_failure._FakeConnection 2463 def send_bytes(self, data): member in OtherTest.test_answer_challenge_auth_failure._FakeConnection
|
| /external/python/cpython3/Lib/test/ |
| D | _test_multiprocessing.py | 4582 def send_bytes(self, data): member in OtherTest.test_deliver_challenge_auth_failure._FakeConnection 4599 def send_bytes(self, data): member in OtherTest.test_answer_challenge_auth_failure._FakeConnection
|