HomeSort by relevance Sort by last modified time
    Searched refs:DBusTypeReader (Results 1 - 10 of 10) sorted by null

  /external/dbus/dbus/
dbus-marshal-recursive.h 30 typedef struct DBusTypeReader DBusTypeReader;
39 struct DBusTypeReader
99 void _dbus_type_reader_init (DBusTypeReader *reader,
105 void _dbus_type_reader_init_types_only (DBusTypeReader *reader,
108 int _dbus_type_reader_get_current_type (const DBusTypeReader *reader);
109 int _dbus_type_reader_get_element_type (const DBusTypeReader *reader);
110 int _dbus_type_reader_get_value_pos (const DBusTypeReader *reader);
111 void _dbus_type_reader_read_basic (const DBusTypeReader *reader,
113 int _dbus_type_reader_get_array_length (const DBusTypeReader *reader)
    [all...]
dbus-marshal-recursive-util.c 69 equal_values_helper (DBusTypeReader *lhs,
70 DBusTypeReader *rhs)
99 DBusTypeReader lhs_sub;
100 DBusTypeReader rhs_sub;
117 _dbus_type_reader_equal_values (const DBusTypeReader *lhs,
118 const DBusTypeReader *rhs)
120 DBusTypeReader copy_lhs = *lhs;
121 DBusTypeReader copy_rhs = *rhs;
282 DBusTypeReader *reader,
303 real_check_expected_type (DBusTypeReader *reader
    [all...]
dbus-marshal-recursive.c 35 static dbus_bool_t _dbus_type_reader_greater_than (const DBusTypeReader *lhs,
36 const DBusTypeReader *rhs);
41 DBusTypeReader *reader,
42 const DBusTypeReader *start_after,
76 DBusTypeReader *reader)
130 void (* recurse) (DBusTypeReader *sub,
131 DBusTypeReader *parent); /**< recurse with this reader as sub */
132 dbus_bool_t (* check_finished) (const DBusTypeReader *reader); /**< check whether reader is at the end */
133 void (* next) (DBusTypeReader *reader,
145 reader_init (DBusTypeReader *reader
    [all...]
dbus-marshal-byteswap-util.c 50 DBusTypeReader body_reader;
51 DBusTypeReader copy_reader;
dbus-marshal-byteswap.c 35 byteswap_body_helper (DBusTypeReader *reader,
118 DBusTypeReader sub;
162 DBusTypeReader sub;
185 DBusTypeReader sub;
233 DBusTypeReader reader;
dbus-marshal-header.c 156 DBusTypeReader *variant_reader)
189 DBusTypeReader array;
190 DBusTypeReader reader;
211 DBusTypeReader sub;
212 DBusTypeReader variant;
345 set_basic_field (DBusTypeReader *reader,
349 const DBusTypeReader *realign_root)
351 DBusTypeReader sub;
352 DBusTypeReader variant;
782 DBusTypeReader *variant_reader
    [all...]
dbus-marshal-validate.c 41 * to iterate over the signature with a types-only #DBusTypeReader.
298 validate_body_helper (DBusTypeReader *reader,
442 DBusTypeReader sub;
563 DBusTypeReader sub;
629 DBusTypeReader sub;
686 * #DBusTypeReader. The signature is assumed to be already valid.
711 DBusTypeReader reader;
    [all...]
dbus-message.c 134 DBusTypeReader reader; /**< reader */
863 DBusTypeReader array;
    [all...]
  /external/dbus/
cleanup-man-pages.sh 42 DBusSysdeps.* DBusSysdepsUnix.* DBusTimeoutList.* DBusTransport* DBusTypeReader* DBusTypeWriter* \
  /external/dbus/bus/
driver.c     [all...]

Completed in 166 milliseconds