Home
last modified time | relevance | path

Searched refs:reply_type (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
Dlibamqp.c161 if (broker_reply.reply_type != AMQP_RESPONSE_NORMAL) { in amqp_proto_open()
170 if (broker_reply.reply_type != AMQP_RESPONSE_NORMAL) { in amqp_proto_open()
184 if (!r || broker_reply.reply_type != AMQP_RESPONSE_NORMAL) { in amqp_proto_open()
200 if (broker_reply.reply_type != AMQP_RESPONSE_NORMAL) { in amqp_proto_open()
210 if (broker_reply.reply_type != AMQP_RESPONSE_NORMAL) { in amqp_proto_open()
280 if (broker_reply.reply_type != AMQP_RESPONSE_NORMAL) in amqp_proto_read()
/third_party/glib/gio/
Dgdbusconnection.h199 const GVariantType *reply_type,
216 const GVariantType *reply_type,
228 const GVariantType *reply_type,
247 const GVariantType *reply_type,
Dgdbusproxy.c2629 GVariantType *reply_type; in g_dbus_proxy_call_internal() local
2642 reply_type = NULL; in g_dbus_proxy_call_internal()
2674 reply_type = _g_dbus_compute_complete_signature (expected_method_info->out_args); in g_dbus_proxy_call_internal()
2706 reply_type, in g_dbus_proxy_call_internal()
2720 reply_type, in g_dbus_proxy_call_internal()
2729 if (reply_type != NULL) in g_dbus_proxy_call_internal()
2730 g_variant_type_free (reply_type); in g_dbus_proxy_call_internal()
2784 GVariantType *reply_type; in g_dbus_proxy_call_sync_internal() local
2797 reply_type = NULL; in g_dbus_proxy_call_sync_internal()
2811 reply_type = _g_dbus_compute_complete_signature (expected_method_info->out_args); in g_dbus_proxy_call_sync_internal()
[all …]
Dgdbusconnection.c5662 const GVariantType *reply_type, in decode_method_reply() argument
5683 if (!g_variant_is_of_type (result, reply_type)) in decode_method_reply()
5685 gchar *type_string = g_variant_type_dup_string (reply_type); in decode_method_reply()
5726 GVariantType *reply_type; member
5735 g_variant_type_free (state->reply_type); in call_state_free()
5784 …value = decode_method_reply (reply, state->method_name, state->reply_type, &state->fd_list, &error… in g_dbus_connection_call_done()
5803 const GVariantType *reply_type, in g_dbus_connection_call_internal() argument
5854 if (reply_type == NULL) in g_dbus_connection_call_internal()
5855 reply_type = G_VARIANT_TYPE_ANY; in g_dbus_connection_call_internal()
5857 state->reply_type = g_variant_type_copy (reply_type); in g_dbus_connection_call_internal()
[all …]
/third_party/glib/
DNEWS9468 - g_dbus_connection_sync{,_sync} takes a new 'reply_type' argument