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 135 int type_pos,
142 reader->type_pos = type_pos;
155 parent->type_pos,
167 sub->type_pos) == DBUS_STRUCT_BEGIN_CHAR ||
169 sub->type_pos) == DBUS_DICT_ENTRY_BEGIN_CHAR);
171 sub->type_pos += 1;
190 /* point type_pos at the array element type */
191 sub->type_pos += 1;
241 sub->type_pos);
315 type_pos); local
    [all...]
dbus-marshal-recursive.h 53 int type_pos; /**< current position in signature */ member in struct:DBusTypeReader
75 dbus_uint32_t type_pos_is_expectation : 1; /**< type_pos can be either an insertion point for or an expected next type */
80 int type_pos; /**< current pos in type_str */ member in struct:DBusTypeWriter
107 int type_pos,
112 int type_pos);
144 int *type_pos);
149 int type_pos,
158 int type_pos);
163 int type_pos,
dbus-marshal-header.h 108 int *type_pos);
dbus-marshal-validate.h 124 int type_pos,
dbus-marshal-validate.c 38 * Verifies that the range of type_str from type_pos to type_end is a
45 * @param type_pos where the typecodes start
51 int type_pos,
75 _dbus_assert (type_pos < _DBUS_INT32_MAX - len);
77 _dbus_assert (type_pos >= 0);
85 p = _dbus_string_get_const_data_len (type_str, type_pos, 0);
87 end = _dbus_string_get_const_data_len (type_str, type_pos + len, 0);
306 _dbus_verbose (" validating value of type %s type reader %p type_pos %d p %p end %p %d remain\n",
307 _dbus_type_to_string (current_type), reader, reader->type_pos, p, end,
584 _dbus_verbose (" validated value of type %s type reader %p type_pos %d p %p end %p %d remain\n"
    [all...]
dbus-message.c 112 int type_pos; local
119 get_const_signature (&message->header, &type_str, &type_pos);
121 _dbus_marshal_byteswap (type_str, type_pos,
1747 int type_pos; local
2979 int type_pos; local
3429 int type_pos; local
    [all...]

Completed in 162 milliseconds