put_byte          714 net/zlib.c         put_byte(s, (Byte)(b >> 8));
put_byte          715 net/zlib.c         put_byte(s, (Byte)(b & 0xff));
put_byte         1624 net/zlib.c         put_byte(s, (uch)((w) & 0xff)); \
put_byte         1625 net/zlib.c         put_byte(s, (uch)((ush)(w) >> 8)); \
put_byte         2556 net/zlib.c             put_byte(s, (Byte)s->bi_buf);
put_byte         2571 net/zlib.c             put_byte(s, (Byte)s->bi_buf);
put_byte         2604 net/zlib.c             put_byte(s, *buf++);