• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/

Lines Matching refs:start_pos

207   sub->u.array.start_pos = _DBUS_INT_MAX;
212 the offset back from start_pos to end of the len */
214 ((reader)->u.array.start_pos - ((int)(reader)->array_len_offset) - 4)
233 _dbus_assert (reader->u.array.start_pos - len_pos - 4 < 8);
258 sub->u.array.start_pos = sub->value_pos;
259 _dbus_assert ((sub->u.array.start_pos - (len_pos + 4)) < 8); /* only 3 bits in array_len_offset */
260 sub->array_len_offset = sub->u.array.start_pos - (len_pos + 4);
265 sub->u.array.start_pos,
315 end_pos = reader->u.array.start_pos + array_reader_get_array_len (reader);
318 _dbus_assert (reader->value_pos >= reader->u.array.start_pos);
562 end_pos = reader->u.array.start_pos + array_reader_get_array_len (reader);
565 _dbus_verbose (" reader %p array next START start_pos = %d end_pos = %d value_pos = %d current_type = %s\n",
567 reader->u.array.start_pos,
573 _dbus_assert (reader->value_pos >= reader->u.array.start_pos);
618 _dbus_verbose (" reader %p array next END start_pos = %d end_pos = %d value_pos = %d current_type = %s\n",
620 reader->u.array.start_pos,
944 _dbus_assert (reader->value_pos >= reader->u.array.start_pos);
947 end_pos = reader->u.array.start_pos + total_len;
1925 sub->u.array.start_pos = sub->value_pos;
1945 sub->u.array.start_pos = sub->value_pos;
1948 _dbus_assert (sub->u.array.len_pos < sub->u.array.start_pos);
1949 _dbus_assert (is_array_append || sub->u.array.start_pos == sub->value_pos);
1952 _dbus_verbose (" type writer %p recurse array done remaining sig '%s' array start_pos = %d len_pos = %d value_pos = %d\n", sub,
1956 sub->u.array.start_pos, sub->u.array.len_pos, sub->value_pos);
2164 return writer->value_pos - writer->u.array.start_pos;
2486 reader_array_start_pos = subreader.u.array.start_pos;