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 130 * DBUS_STRUCT_BEGIN_CHAR/DBUS_DICT_ENTRY_BEGIN_CHAR have to appear
133 * in type signatures, instead #DBUS_STRUCT_BEGIN_CHAR and #DBUS_STRUCT_END_CHAR will
147 /** Does not include #DBUS_TYPE_INVALID, #DBUS_STRUCT_BEGIN_CHAR, #DBUS_STRUCT_END_CHAR,
156 #define DBUS_STRUCT_BEGIN_CHAR ((int) '(')
157 /** #DBUS_STRUCT_BEGIN_CHAR as a string literal instead of a int literal */
dbus-marshal-validate.c 123 case DBUS_STRUCT_BEGIN_CHAR:
148 if (last == DBUS_STRUCT_BEGIN_CHAR)
217 *p != DBUS_STRUCT_BEGIN_CHAR)
284 _dbus_assert (last != DBUS_STRUCT_BEGIN_CHAR);
    [all...]
dbus-message-factory.c 473 long_sig[i] = DBUS_STRUCT_BEGIN_CHAR;
516 _dbus_string_set_byte (data, pos + 1, DBUS_STRUCT_BEGIN_CHAR);
554 _dbus_string_set_byte (data, pos + 1, DBUS_STRUCT_BEGIN_CHAR);
1013 DBUS_STRUCT_BEGIN_CHAR,
    [all...]
dbus-marshal-recursive.c 168 sub->type_pos) == DBUS_STRUCT_BEGIN_CHAR ||
349 if (*p == DBUS_STRUCT_BEGIN_CHAR)
363 if (*p == DBUS_STRUCT_BEGIN_CHAR)
786 _dbus_assert (t != DBUS_STRUCT_BEGIN_CHAR);
1095 * #DBUS_STRUCT_BEGIN_CHAR while the current type will be
    [all...]
dbus-marshal-basic.c     [all...]
dbus-marshal-recursive-util.c     [all...]

Completed in 115 milliseconds