Searched refs:id_length (Results 1 - 3 of 3) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | ndef.c | 27 u8 id_length; member 62 record->id_length = *pos++; in ndef_parse_record() 64 record->id_length = 0; in ndef_parse_record() 69 record->id = record->id_length == 0 ? NULL : pos; in ndef_parse_record() 70 pos += record->id_length; in ndef_parse_record() 108 u8 id_length, in ndef_build_record() 122 if (id_length > 0) in ndef_build_record() 124 total_len += type_length + id_length + payload_length; in ndef_build_record() 133 if (id_length > 0) in ndef_build_record() 146 if (id_length > in ndef_build_record() 106 ndef_build_record(u8 flags, const void *type, u8 type_length, void *id, u8 id_length, const struct wpabuf *payload) ndef_build_record() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | ndef.c | 27 u8 id_length; member 62 record->id_length = *pos++; in ndef_parse_record() 64 record->id_length = 0; in ndef_parse_record() 69 record->id = record->id_length == 0 ? NULL : pos; in ndef_parse_record() 70 pos += record->id_length; in ndef_parse_record() 108 u8 id_length, in ndef_build_record() 122 if (id_length > 0) in ndef_build_record() 124 total_len += type_length + id_length + payload_length; in ndef_build_record() 133 if (id_length > 0) in ndef_build_record() 146 if (id_length > in ndef_build_record() 106 ndef_build_record(u8 flags, const void *type, u8 type_length, void *id, u8 id_length, const struct wpabuf *payload) ndef_build_record() argument [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | matroskadec.c | 144 uint64_t id_length; member 442 { EBML_ID_EBMLMAXIDLENGTH, EBML_UINT, 0, 0, offsetof(Ebml, id_length), { .u = 4 } }, 3031 ebml.id_length > sizeof(uint32_t) || in matroska_read_header()
|
Completed in 7 milliseconds