Home | History | Annotate | Download | only in libevent

Lines Matching refs:byte3

1712 			int byte1,byte2,byte3,byte4;
1721 &byte1,&byte2,&byte3,&byte4,&more) != 4)
1726 byte3 > 255 || byte3 < 0 ||
1731 words[7] = (byte3<<8) | byte4;