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.c515 int total_bytes_to_write; in do_writing() local
558 total_bytes_to_write = _dbus_string_get_length (&socket_transport->encoded_outgoing); in do_writing()
562 total_bytes_to_write); in do_writing()
569 total_bytes_to_write - socket_transport->message_bytes_written); in do_writing()
573 total_bytes_to_write = header_len + body_len; in do_writing()
577 total_bytes_to_write); in do_writing()
619 total_bytes_to_write); in do_writing()
625 total_bytes_to_write); in do_writing()
627 if (socket_transport->message_bytes_written == total_bytes_to_write) in do_writing()