Lines Matching defs:byte
78 * If n is zero then the content is a single zero byte (length = 1).
80 * byte is included to ensure that the value is still treated as positive
157 unsigned int byte;
159 if (!PACKET_get_1(pkt, &byte))
162 if (byte < 0x80)
163 return PACKET_get_sub_packet(pkt, subpkt, (size_t)byte);
164 if (byte == 0x81)
166 if (byte == 0x82)
204 /* If there a zero padding byte the next byte must have the msb set */