Searched refs:initial_length_byte (Results 1 – 1 of 1) sorted by relevance
215 uint8_t initial_length_byte; in CBB_flush() local225 initial_length_byte = 0x80 | 4; in CBB_flush()228 initial_length_byte = 0x80 | 3; in CBB_flush()231 initial_length_byte = 0x80 | 2; in CBB_flush()234 initial_length_byte = 0x80 | 1; in CBB_flush()237 initial_length_byte = (uint8_t)len; in CBB_flush()250 base->buf[child->offset++] = initial_length_byte; in CBB_flush()
Completed in 5 milliseconds