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

  /external/dbus/dbus/
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-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-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 48 milliseconds