Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-transport-socket.c56 int max_bytes_read_per_iteration; /**< To avoid blocking too long. */ member
256 buffer, socket_transport->max_bytes_read_per_iteration); in read_data_into_auth()
718 if (total > socket_transport->max_bytes_read_per_iteration) in do_reading()
721 total, socket_transport->max_bytes_read_per_iteration); in do_reading()
744 socket_transport->max_bytes_read_per_iteration); in do_reading()
799 … socket_transport->max_bytes_read_per_iteration, in do_reading()
811 buffer, socket_transport->max_bytes_read_per_iteration); in do_reading()
1275 socket_transport->max_bytes_read_per_iteration = 2048; in _dbus_transport_new_for_socket()