Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-connection.h230 … DBusPendingCall **pending_return,
Ddbus-connection.c3357 DBusPendingCall **pending_return, in dbus_connection_send_with_reply() argument
3368 if (pending_return) in dbus_connection_send_with_reply()
3369 *pending_return = NULL; in dbus_connection_send_with_reply()
3431 if (pending_return) in dbus_connection_send_with_reply()
3432 *pending_return = pending; /* hand off refcount */ in dbus_connection_send_with_reply()
3446 if (pending_return == NULL) in dbus_connection_send_with_reply()
/external/dbus/
DChangeLog.pre-1-2266 fix possible crash if pending_return is NULL (FDO Bug #12673)