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

  /external/dbus/dbus/
dbus-marshal-recursive.c 136 int type_pos,
143 reader->type_pos = type_pos;
156 parent->type_pos,
168 sub->type_pos) == DBUS_STRUCT_BEGIN_CHAR ||
170 sub->type_pos) == DBUS_DICT_ENTRY_BEGIN_CHAR);
172 sub->type_pos += 1;
191 /* point type_pos at the array element type */
192 sub->type_pos += 1;
242 sub->type_pos);
316 type_pos); local
    [all...]
dbus-marshal-recursive.h 48 int type_pos; /**< current position in signature */ member in struct:DBusTypeReader
70 dbus_uint32_t type_pos_is_expectation : 1; /**< type_pos can be either an insertion point for or an expected next type */
75 int type_pos; /**< current pos in type_str */ member in struct:DBusTypeWriter
102 int type_pos,
107 int type_pos);
139 int *type_pos);
144 int type_pos,
153 int type_pos);
158 int type_pos,
dbus-marshal-header.h 103 int *type_pos);
dbus-marshal-validate.c 39 * Verifies that the range of type_str from type_pos to type_end is a
46 * @param type_pos where the typecodes start
52 int type_pos,
76 _dbus_assert (type_pos < _DBUS_INT32_MAX - len);
78 _dbus_assert (type_pos >= 0);
86 p = _dbus_string_get_const_data_len (type_str, type_pos, 0);
88 end = _dbus_string_get_const_data_len (type_str, type_pos + len, 0);
324 _dbus_verbose (" validating value of type %s type reader %p type_pos %d p %p end %p %d remain\n",
325 _dbus_type_to_string (current_type), reader, reader->type_pos, p, end,
658 _dbus_verbose (" validated value of type %s type reader %p type_pos %d p %p end %p %d remain\n"
    [all...]
dbus-marshal-validate.h 120 int type_pos,
dbus-message.c 117 int type_pos; local
124 get_const_signature (&message->header, &type_str, &type_pos);
126 _dbus_marshal_byteswap (type_str, type_pos,
1921 int type_pos; local
3352 int type_pos; local
3912 int type_pos; local
    [all...]

Completed in 326 milliseconds