Searched refs:DBUS_TYPE_STRUCT (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-signature.c44 ((typecode) == DBUS_TYPE_STRUCT || \
84 * the container will be returned, e.g. DBUS_TYPE_STRUCT, not '('.
400 case DBUS_TYPE_STRUCT:
465 _dbus_assert (dbus_signature_iter_get_current_type (&iter) == DBUS_TYPE_STRUCT);
494 _dbus_assert (dbus_signature_iter_get_current_type (&iter) == DBUS_TYPE_STRUCT);
513 _dbus_assert (dbus_signature_iter_get_current_type (&subiter) == DBUS_TYPE_STRUCT);
H A Ddbus-protocol.h136 #define DBUS_TYPE_STRUCT ((int) 'r') macro
137 /** #DBUS_TYPE_STRUCT as a string literal instead of a int literal */
H A Ddbus-marshal-byteswap.c182 case DBUS_TYPE_STRUCT:
H A Ddbus-marshal-recursive.c443 case DBUS_TYPE_STRUCT:
579 case DBUS_TYPE_STRUCT:
997 case DBUS_TYPE_STRUCT:
1108 * #DBUS_TYPE_STRUCT so it isn't true that the first byte of the
2064 case DBUS_TYPE_STRUCT:
2193 if (sub->container_type == DBUS_TYPE_STRUCT)
2275 if ((sub->container_type == DBUS_TYPE_STRUCT ||
2277 (writer->container_type == DBUS_TYPE_STRUCT ||
H A Ddbus-marshal-validate.c208 case DBUS_TYPE_STRUCT: /* doesn't appear in signatures */
627 case DBUS_TYPE_STRUCT:
H A Ddbus-marshal-header.c300 if (!_dbus_type_writer_recurse (writer, DBUS_TYPE_STRUCT,
1125 _dbus_assert (_dbus_type_reader_get_current_type (&array_reader) == DBUS_TYPE_STRUCT);
1247 _dbus_assert (_dbus_type_reader_get_current_type (reader) == DBUS_TYPE_STRUCT);
H A Ddbus-marshal-basic.c1267 case DBUS_TYPE_STRUCT:
1314 case DBUS_TYPE_STRUCT:
1459 return DBUS_TYPE_STRUCT;
1473 * get DBUS_STRUCT_BEGIN_CHAR, you'll get DBUS_TYPE_STRUCT
H A Ddbus-marshal-recursive-util.c787 DBUS_TYPE_STRUCT,
801 DBUS_TYPE_STRUCT,
2886 if (!_dbus_type_writer_recurse (writer, DBUS_TYPE_STRUCT,
2936 check_expected_type (reader, DBUS_TYPE_STRUCT);
H A Ddbus-message-util.c1478 _dbus_assert (dbus_message_iter_open_container (&array_iter, DBUS_TYPE_STRUCT,
H A Ddbus-message.c1703 * @todo support DBUS_TYPE_STRUCT and DBUS_TYPE_VARIANT and complex arrays
1893 * @todo support DBUS_TYPE_STRUCT and DBUS_TYPE_VARIANT and complex arrays
2784 _dbus_return_val_if_fail ((type == DBUS_TYPE_STRUCT &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/tools/
H A Ddbus-print-message.c330 case DBUS_TYPE_STRUCT:

Completed in 76 milliseconds