Searched defs:send_bytes (Results 1 – 5 of 5) sorted by relevance
| /third_party/libuv/test/ | ||
| D | test-poll.c | 309 int send_bytes = MIN(TRANSFER_BYTES - context->sent, sizeof buffer); 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 |