Searched refs:id_length (Results 1 – 3 of 3) sorted by relevance
27 u8 id_length; member62 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() argument122 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 …]
144 uint64_t id_length; member442 { EBML_ID_EBMLMAXIDLENGTH, EBML_UINT, 0, 0, offsetof(Ebml, id_length), { .u = 4 } },3031 ebml.id_length > sizeof(uint32_t) || in matroska_read_header()