Home
last modified time | relevance | path

Searched refs:total_bytes_to_write (Results 1 – 1 of 1) sorted by relevance

/external/dbus/dbus/
Ddbus-transport-socket.c530 int total_bytes_to_write; in do_writing() local
576 total_bytes_to_write = _dbus_string_get_length (&socket_transport->encoded_outgoing); in do_writing()
580 total_bytes_to_write); in do_writing()
587 total_bytes_to_write - socket_transport->message_bytes_written); in do_writing()
591 total_bytes_to_write = header_len + body_len; in do_writing()
595 total_bytes_to_write); in do_writing()
666 total_bytes_to_write); in do_writing()
672 total_bytes_to_write); in do_writing()
674 if (socket_transport->message_bytes_written == total_bytes_to_write) in do_writing()