HomeSort by relevance Sort by last modified time
    Searched refs:len_pos (Results 1 - 6 of 6) sorted by null

  /external/dbus/dbus/
dbus-marshal-recursive.c 208 int len_pos; local
210 len_pos = ARRAY_READER_LEN_POS (reader);
212 _dbus_assert (_DBUS_ALIGN_VALUE (len_pos, 4) == (unsigned) len_pos);
214 _dbus_string_get_const_data_len (reader->value_str, len_pos, 4));
217 _dbus_verbose (" reader %p len_pos %d array len %u len_offset %d\n",
218 reader, len_pos, array_len, reader->array_len_offset);
221 _dbus_assert (reader->u.array.start_pos - len_pos - 4 < 8);
231 int len_pos; local
237 len_pos = sub->value_pos
    [all...]
dbus-marshal-recursive.h 83 int len_pos; /**< position of length of the array */ member in struct:DBusTypeWriter::__anon5460::__anon5461
dbus-marshal-header.c     [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_sd.c 93 u8 *len_pos, *len_pos2; local
110 len_pos = wpabuf_put(buf, 2); /* Length (to be filled) */
121 WPA_PUT_LE16(len_pos, (u8 *) wpabuf_put(buf, 0) - len_pos - 2);
168 u8 *len_pos, *len_pos2; local
187 len_pos = wpabuf_put(buf, 2); /* Length (to be filled) */
203 WPA_PUT_LE16(len_pos, (u8 *) wpabuf_put(buf, 0) - len_pos - 2);
217 u8 *len_pos; local
237 len_pos = wpabuf_put(buf, 2); /* Length (to be filled) *
    [all...]
p2p_group.c 274 u8 *len_pos; local
296 len_pos = wpabuf_put(buf, 1);
311 *len_pos = wpabuf_len(buf) - 1;
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c     [all...]

Completed in 43 milliseconds