Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-marshal-recursive.c136 int type_pos, in reader_init() argument
143 reader->type_pos = type_pos; in reader_init()
156 parent->type_pos, in base_reader_recurse()
168 sub->type_pos) == DBUS_STRUCT_BEGIN_CHAR || in struct_or_dict_entry_types_only_reader_recurse()
170 sub->type_pos) == DBUS_DICT_ENTRY_BEGIN_CHAR); in struct_or_dict_entry_types_only_reader_recurse()
172 sub->type_pos += 1; in struct_or_dict_entry_types_only_reader_recurse()
192 sub->type_pos += 1; in array_types_only_reader_recurse()
242 sub->type_pos); in array_reader_recurse()
257 sub->type_pos))); in array_reader_recurse()
277 sub->type_pos = sub->value_pos + 1; in variant_reader_recurse()
[all …]
Ddbus-marshal-recursive.h48 int type_pos; /**< current position in signature */ member
75 int type_pos; /**< current pos in type_str */ member
102 int type_pos,
107 int type_pos);
139 int *type_pos);
144 int type_pos,
153 int type_pos);
158 int type_pos,
Ddbus-marshal-validate.c52 int type_pos, in _dbus_validate_signature_with_reason() argument
76 _dbus_assert (type_pos < _DBUS_INT32_MAX - len); in _dbus_validate_signature_with_reason()
78 _dbus_assert (type_pos >= 0); in _dbus_validate_signature_with_reason()
86 p = _dbus_string_get_const_data_len (type_str, type_pos, 0); in _dbus_validate_signature_with_reason()
88 end = _dbus_string_get_const_data_len (type_str, type_pos + len, 0); in _dbus_validate_signature_with_reason()
325 _dbus_type_to_string (current_type), reader, reader->type_pos, p, end, in validate_body_helper()
659 _dbus_type_to_string (current_type), reader, reader->type_pos, p, end, in validate_body_helper()
Ddbus-message.c117 int type_pos; in _dbus_message_byteswap() local
124 get_const_signature (&message->header, &type_str, &type_pos); in _dbus_message_byteswap()
126 _dbus_marshal_byteswap (type_str, type_pos, in _dbus_message_byteswap()
1921 int type_pos; in dbus_message_iter_init() local
1926 get_const_signature (&message->header, &type_str, &type_pos); in dbus_message_iter_init()
1933 type_str, type_pos, in dbus_message_iter_init()
3352 int type_pos; in dbus_message_get_signature() local
3356 get_const_signature (&message->header, &type_str, &type_pos); in dbus_message_get_signature()
3358 return _dbus_string_get_const_data_len (type_str, type_pos, 0); in dbus_message_get_signature()
3912 int type_pos; in load_message() local
[all …]
Ddbus-marshal-header.h103 int *type_pos);
Ddbus-marshal-validate.h120 int type_pos,