Searched refs:initial_length_byte (Results 1 – 1 of 1) sorted by relevance
211 uint8_t initial_length_byte; in CBB_flush() local220 initial_length_byte = 0x80 | 4; in CBB_flush()223 initial_length_byte = 0x80 | 3; in CBB_flush()226 initial_length_byte = 0x80 | 2; in CBB_flush()229 initial_length_byte = 0x80 | 1; in CBB_flush()232 initial_length_byte = len; in CBB_flush()245 cbb->base->buf[cbb->child->offset++] = initial_length_byte; in CBB_flush()