Searched refs:oom_message (Results 1 – 1 of 1) sorted by relevance
90 DBusMessage *oom_message; member399 if (d->oom_message) in free_connection_data()400 dbus_message_unref (d->oom_message); in free_connection_data()1173 d->oom_message = message; in bus_connection_preallocate_oom_error()1188 _dbus_assert (d->oom_message != NULL); in bus_connection_send_oom_error()1191 if (!dbus_message_set_reply_serial (d->oom_message, in bus_connection_send_oom_error()1195 _dbus_assert (dbus_message_get_sender (d->oom_message) != NULL); in bus_connection_send_oom_error()1198 d->oom_message, NULL); in bus_connection_send_oom_error()1200 dbus_message_unref (d->oom_message); in bus_connection_send_oom_error()1201 d->oom_message = NULL; in bus_connection_send_oom_error()