Searched refs:typecode (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.h82 dbus_bool_t dbus_type_is_valid (int typecode);
85 dbus_bool_t dbus_type_is_basic (int typecode);
87 dbus_bool_t dbus_type_is_container (int typecode);
89 dbus_bool_t dbus_type_is_fixed (int typecode);
H A Ddbus-signature.c42 /** macro that checks whether a typecode is a container type */
43 #define TYPE_IS_CONTAINER(typecode) \
44 ((typecode) == DBUS_TYPE_STRUCT || \
45 (typecode) == DBUS_TYPE_DICT_ENTRY || \
46 (typecode) == DBUS_TYPE_VARIANT || \
47 (typecode) == DBUS_TYPE_ARRAY)
290 * @param typecode either a valid type-code or DBUS_TYPE_INVALID
294 dbus_type_is_container (int typecode) argument
297 _dbus_return_val_if_fail (dbus_type_is_valid (typecode) || typecode
318 dbus_type_is_basic(int typecode) argument
349 dbus_type_is_fixed(int typecode) argument
383 dbus_type_is_valid(int typecode) argument
[all...]
H A Ddbus-marshal-basic.h223 int _dbus_type_get_alignment (int typecode);
224 int _dbus_type_get_alignment (int typecode);
225 const char* _dbus_type_to_string (int typecode);
H A Ddbus-marshal-recursive-util.c360 int typecode; member in struct:TestTypeNodeClass
1020 return _dbus_string_append_byte (str, node->klass->typecode);
2116 node->klass->typecode,
2128 check_expected_type (reader, node->klass->typecode);
2170 node->klass->typecode,
2185 check_expected_type (reader, node->klass->typecode);
2253 node->klass->typecode,
2265 check_expected_type (reader, node->klass->typecode);
2307 node->klass->typecode,
2322 check_expected_type (reader, node->klass->typecode);
[all...]
H A Ddbus-marshal-basic.c1234 * @param typecode the type
1238 _dbus_type_get_alignment (int typecode) argument
1240 switch (typecode)
1272 _dbus_assert_not_reached ("unknown typecode in _dbus_type_get_alignment()");
1280 * @param typecode the type to describe
1284 _dbus_type_to_string (int typecode) argument
1286 switch (typecode)
H A Ddbus-marshal-recursive.c1017 _dbus_assert_not_reached ("can't recurse into variant typecode");
1630 * typecode, rather than the next place we could write a typecode.
1700 int typecode)
1703 * pointing to the expected typecode; a writer not inside an array
1705 * typecode.
1727 if (expected != typecode)
1732 _dbus_type_to_string (expected), _dbus_type_to_string (typecode),
1737 _dbus_type_to_string (typecode),
1755 typecode))
1699 write_or_verify_typecode(DBusTypeWriter *writer, int typecode) argument
[all...]
H A Ddbus-message.c401 int typecode,
409 typecode,
1674 * descriptors), pass in the DBUS_TYPE_ARRAY typecode, the element
1675 * typecode, the address of the array pointer, and a 32-bit integer
3672 * @param signature typecode array
399 set_or_delete_string_field(DBusMessage *message, int field, int typecode, const char *value) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dbeat.c199 const char *typecode; member in struct:beat_event_list
219 ev->typecode);
227 ev->typecode);
234 ev->typecode, NULL);
238 ev->typecode);
246 strncpy((char *)&path[2], ev->typecode, 8);

Completed in 200 milliseconds