Home
last modified time | relevance | path

Searched refs:id_length (Results 1 – 3 of 3) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dndef.c27 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() argument
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 > 0) in ndef_build_record()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dndef.c27 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() argument
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 > 0) in ndef_build_record()
[all …]
/third_party/ffmpeg/libavformat/
Dmatroskadec.c144 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()