Searched refs:dbus_type_is_fixed (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-signature.h89 dbus_bool_t dbus_type_is_fixed (int typecode);
H A Ddbus-marshal-byteswap.c110 if (dbus_type_is_fixed (elem_type))
H A Ddbus-signature.c349 dbus_type_is_fixed (int typecode) function
H A Ddbus-marshal-recursive.c940 _dbus_assert (dbus_type_is_fixed (element_type));
1386 if (dbus_type_is_fixed (current_type))
2343 * both dbus_type_is_fixed() and _dbus_type_is_basic(). The block
2362 _dbus_assert (dbus_type_is_fixed (element_type));
H A Ddbus-marshal-validate.c463 if (dbus_type_is_fixed (array_elem_type))
H A Ddbus-message.c880 if (dbus_type_is_fixed (spec_element_type) &&
1787 if (dbus_type_is_fixed (element_type) &&
2295 * This function should only be used if dbus_type_is_fixed() returns
2324 (dbus_type_is_fixed (subtype) && subtype != DBUS_TYPE_UNIX_FD));
2723 _dbus_return_val_if_fail (dbus_type_is_fixed (element_type) && element_type != DBUS_TYPE_UNIX_FD, FALSE);
H A Ddbus-marshal-basic.c1069 * optimization. dbus_type_is_fixed() returns #TRUE for fixed-length
1095 _dbus_assert (dbus_type_is_fixed (element_type));
1538 _dbus_assert (dbus_type_is_fixed (element_type));
H A Ddbus-marshal-recursive-util.c3077 dbus_type_is_fixed (element_type) &&
3141 dbus_type_is_fixed (_dbus_type_reader_get_element_type (reader)) &&

Completed in 134 milliseconds