encoding 723 uspace/srv/hid/rfb/rfb.c int32_t encoding = 0; encoding 724 uspace/srv/hid/rfb/rfb.c rc = recv_chars(conn, (char *) &encoding, sizeof(int32_t)); encoding 727 uspace/srv/hid/rfb/rfb.c encoding = uint32_t_be2host(encoding); encoding 728 uspace/srv/hid/rfb/rfb.c if (encoding == RFB_ENCODING_TRLE) {HelenOS homepage, sources at GitHub