Home
last modified time | relevance | path

Searched refs:type_pos (Results 1 – 6 of 6) sorted by relevance

/external/dbus/dbus/
Ddbus-marshal-recursive.c135 int type_pos, in reader_init() argument
142 reader->type_pos = type_pos; in reader_init()
155 parent->type_pos, in base_reader_recurse()
167 sub->type_pos) == DBUS_STRUCT_BEGIN_CHAR || in struct_or_dict_entry_types_only_reader_recurse()
169 sub->type_pos) == DBUS_DICT_ENTRY_BEGIN_CHAR); in struct_or_dict_entry_types_only_reader_recurse()
171 sub->type_pos += 1; in struct_or_dict_entry_types_only_reader_recurse()
191 sub->type_pos += 1; in array_types_only_reader_recurse()
241 sub->type_pos); in array_reader_recurse()
256 sub->type_pos))); in array_reader_recurse()
276 sub->type_pos = sub->value_pos + 1; in variant_reader_recurse()
[all …]
Ddbus-marshal-recursive.h53 int type_pos; /**< current position in signature */ member
80 int type_pos; /**< current pos in type_str */ member
107 int type_pos,
112 int type_pos);
144 int *type_pos);
149 int type_pos,
158 int type_pos);
163 int type_pos,
Ddbus-marshal-validate.c51 int type_pos, in _dbus_validate_signature_with_reason() argument
75 _dbus_assert (type_pos < _DBUS_INT32_MAX - len); in _dbus_validate_signature_with_reason()
77 _dbus_assert (type_pos >= 0); in _dbus_validate_signature_with_reason()
85 p = _dbus_string_get_const_data_len (type_str, type_pos, 0); in _dbus_validate_signature_with_reason()
87 end = _dbus_string_get_const_data_len (type_str, type_pos + len, 0); in _dbus_validate_signature_with_reason()
307 _dbus_type_to_string (current_type), reader, reader->type_pos, p, end, in validate_body_helper()
585 _dbus_type_to_string (current_type), reader, reader->type_pos, p, end, in validate_body_helper()
Ddbus-message.c112 int type_pos; in _dbus_message_byteswap() local
119 get_const_signature (&message->header, &type_str, &type_pos); in _dbus_message_byteswap()
121 _dbus_marshal_byteswap (type_str, type_pos, in _dbus_message_byteswap()
1747 int type_pos; in dbus_message_iter_init() local
1752 get_const_signature (&message->header, &type_str, &type_pos); in dbus_message_iter_init()
1759 type_str, type_pos, in dbus_message_iter_init()
2979 int type_pos; in dbus_message_get_signature() local
2983 get_const_signature (&message->header, &type_str, &type_pos); in dbus_message_get_signature()
2985 return _dbus_string_get_const_data_len (type_str, type_pos, 0); in dbus_message_get_signature()
3429 int type_pos; in load_message() local
[all …]
Ddbus-marshal-header.h108 int *type_pos);
Ddbus-marshal-validate.h124 int type_pos,