Searched refs:pending_return (Results 1 – 3 of 3) sorted by relevance
230 … DBusPendingCall **pending_return,
3357 DBusPendingCall **pending_return, in dbus_connection_send_with_reply() argument3368 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()
266 fix possible crash if pending_return is NULL (FDO Bug #12673)