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

Lines Matching defs:reply

193     DBusMessage *message = NULL, *reply = NULL;
271 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) ||
277 if (!dbus_message_get_args (reply, &error, DBUS_TYPE_OBJECT_PATH, &path, DBUS_TYPE_INVALID) ||
294 dbus_message_unref(reply);
311 if (reply)
312 dbus_message_unref(reply);
436 DBusMessage *message = NULL, *reply = NULL;
493 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) ||
499 if (!dbus_message_get_args (reply, &error, DBUS_TYPE_OBJECT_PATH, &path, DBUS_TYPE_INVALID) ||
515 dbus_message_unref(reply);
532 if (reply)
533 dbus_message_unref(reply);
653 DBusMessage *message = NULL, *reply = NULL;
709 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) ||
715 if (!dbus_message_get_args (reply, &error, DBUS_TYPE_OBJECT_PATH, &path, DBUS_TYPE_INVALID) ||
731 dbus_message_unref(reply);
748 if (reply)
749 dbus_message_unref(reply);