Home | History | Annotate | Download | only in avahi-client

Lines Matching defs:reply

115     DBusMessage *message = NULL, *reply = NULL;
180 if (!(reply = dbus_connection_send_with_reply_and_block (client->bus, message, -1, &error)) ||
186 if (!dbus_message_get_args (reply, &error, DBUS_TYPE_OBJECT_PATH, &path, DBUS_TYPE_INVALID) ||
211 dbus_message_unref(reply);
228 if (reply)
229 dbus_message_unref(reply);
360 DBusMessage *message = NULL, *reply = NULL;
420 if (!(reply = dbus_connection_send_with_reply_and_block (client->bus, message, -1, &error)) ||
426 if (!dbus_message_get_args (reply, &error, DBUS_TYPE_OBJECT_PATH, &path, DBUS_TYPE_INVALID) ||
442 dbus_message_unref(reply);
459 if (reply)
460 dbus_message_unref(reply);
575 DBusMessage *message = NULL, *reply = NULL;
642 if (!(reply = dbus_connection_send_with_reply_and_block (client->bus, message, -1, &error)) ||
648 if (!dbus_message_get_args (reply, &error, DBUS_TYPE_OBJECT_PATH, &path, DBUS_TYPE_INVALID) ||
664 dbus_message_unref(reply);
680 if (reply)
681 dbus_message_unref(reply);
798 DBusMessage *message = NULL, *reply = NULL;
859 if (!(reply = dbus_connection_send_with_reply_and_block (client->bus, message, -1, &error)) ||
865 if (!dbus_message_get_args (reply, &error, DBUS_TYPE_OBJECT_PATH, &path, DBUS_TYPE_INVALID) ||
881 dbus_message_unref(reply);
897 if (reply)
898 dbus_message_unref(reply);