Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-auth.h63 dbus_bool_t _dbus_auth_needs_encoding (DBusAuth *auth);
Ddbus-auth.c2593 _dbus_auth_needs_encoding (DBusAuth *auth) in _dbus_auth_needs_encoding() function
2629 if (_dbus_auth_needs_encoding (auth)) in _dbus_auth_encode_data()
Ddbus-transport-socket.c553 if (_dbus_auth_needs_encoding (transport->auth)) in do_writing()