Home | History | Annotate | Download | only in bus

Lines Matching refs:bytes

619       int bytes;
636 bytes = _dbus_string_get_length (&addr);
637 if (_dbus_write_socket (print_addr_fd, &addr, 0, bytes) != bytes)
728 int bytes;
744 bytes = _dbus_string_get_length (&pid);
745 if (_dbus_write_socket (print_pid_fd, &pid, 0, bytes) != bytes)