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

  /external/dbus/dbus/
dbus-protocol.h 126 * DBUS_STRUCT_BEGIN_CHAR/DBUS_DICT_ENTRY_BEGIN_CHAR have to appear
129 * in type signatures, instead #DBUS_STRUCT_BEGIN_CHAR and #DBUS_STRUCT_END_CHAR will
143 /** Does not include #DBUS_TYPE_INVALID, #DBUS_STRUCT_BEGIN_CHAR, #DBUS_STRUCT_END_CHAR,
152 #define DBUS_STRUCT_BEGIN_CHAR ((int) '(')
153 /** #DBUS_STRUCT_BEGIN_CHAR as a string literal instead of a int literal */
dbus-marshal-validate.c 121 case DBUS_STRUCT_BEGIN_CHAR:
146 if (last == DBUS_STRUCT_BEGIN_CHAR)
215 *p != DBUS_STRUCT_BEGIN_CHAR)
280 _dbus_assert (last != DBUS_STRUCT_BEGIN_CHAR);
dbus-message-factory.c 426 long_sig[i] = DBUS_STRUCT_BEGIN_CHAR;
469 _dbus_string_set_byte (data, pos + 1, DBUS_STRUCT_BEGIN_CHAR);
507 _dbus_string_set_byte (data, pos + 1, DBUS_STRUCT_BEGIN_CHAR);
948 DBUS_STRUCT_BEGIN_CHAR,
    [all...]
dbus-marshal-recursive.c 167 sub->type_pos) == DBUS_STRUCT_BEGIN_CHAR ||
348 if (*p == DBUS_STRUCT_BEGIN_CHAR)
362 if (*p == DBUS_STRUCT_BEGIN_CHAR)
783 _dbus_assert (t != DBUS_STRUCT_BEGIN_CHAR);
1092 * #DBUS_STRUCT_BEGIN_CHAR while the current type will be
    [all...]
dbus-marshal-basic.c     [all...]
dbus-marshal-recursive-util.c     [all...]

Completed in 3332 milliseconds