Searched refs:sent_bytes (Results 1 - 7 of 7) sorted by relevance
/third_party/jerryscript/jerry-ext/debugger/ |
H A D | debugger-tcp.c | 170 ssize_t sent_bytes = send (tcp_p->tcp_socket, (char *)message_p, (int)message_length, 0); in jerryx_debugger_tcp_send() local 172 ssize_t sent_bytes = send (tcp_p->tcp_socket, message_p, message_length, 0); in jerryx_debugger_tcp_send() local 175 if (sent_bytes < 0) in jerryx_debugger_tcp_send() 189 message_p += sent_bytes; in jerryx_debugger_tcp_send() 190 message_length -= (size_t) sent_bytes; in jerryx_debugger_tcp_send()
|
H A D | debugger-serial.c | 266 ssize_t sent_bytes = write (serial_p->fd, message_p, message_length); in jerryx_debugger_serial_send() local 268 if (sent_bytes < 0) in jerryx_debugger_serial_send() 280 message_p += sent_bytes; in jerryx_debugger_serial_send() 281 message_length -= (size_t) sent_bytes; in jerryx_debugger_serial_send()
|
/third_party/ffmpeg/libavformat/ |
H A D | xa.c | 40 uint32_t sent_bytes; member 108 if (xa->sent_bytes >= xa->out_size) in xa_read_packet() 118 xa->sent_bytes += packet_size; in xa_read_packet()
|
/third_party/backends/backend/pixma/ |
H A D | pixma_bjnp.c | 1304 int sent_bytes; in bjnp_write() local 1324 if ((sent_bytes = in bjnp_write() 1333 return sent_bytes; in bjnp_write() 1337 else if (sent_bytes != (int) (sizeof (struct BJNP_command) + count)) in bjnp_write() 1353 int sent_bytes; in bjnp_send_read_request() local 1372 if ((sent_bytes = in bjnp_send_read_request()
|
/third_party/rust/crates/nix/test/sys/ |
H A D | test_socket.rs | 536 let mut sent_bytes = 0; in udp_sendmmsg() variables 539 sent_bytes += item.bytes; in udp_sendmmsg() 543 assert_eq!(sent_bytes, sent_messages * m.len()); in udp_sendmmsg()
|
/third_party/node/src/ |
H A D | node_http2.h | 462 uint64_t sent_bytes; member
|
H A D | node_http2.cc | 576 SET(bytes_written_string, sent_bytes) in GetDetails() 2535 stream->statistics_.sent_bytes += amount; in OnRead()
|
Completed in 25 milliseconds