Searched refs:length_of_length (Results 1 – 1 of 1) sorted by relevance
329 int length_of_length = **pos & 0x7F; in ReadLength() local330 READ_ASSERT(length_of_length <= 4); in ReadLength()332 READ_ASSERT(*pos + length_of_length < end); in ReadLength()335 for (int i = 0; i < length_of_length; ++i) { in ReadLength()