Home
last modified time | relevance | path

Searched refs:rc_encodings (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/cmd/bhyve/
H A Drfb.c159 if (c->rc_encodings & RFB_ENCODING_ZLIB) in rfb_free_client()
581 c->rc_encodings |= RFB_ENCODING_RAW; in rfb_recv_set_encodings()
586 if (!(c->rc_encodings & RFB_ENCODING_ZLIB)) { in rfb_recv_set_encodings()
591 c->rc_encodings |= RFB_ENCODING_ZLIB; in rfb_recv_set_encodings()
596 c->rc_encodings |= RFB_ENCODING_RESIZE; in rfb_recv_set_encodings()
601 c->rc_encodings |= RFB_ENCODING_EXT_KEVENT; in rfb_recv_set_encodings()
606 c->rc_encodings |= RFB_ENCODING_DESKTOP_NAME; in rfb_recv_set_encodings()
626 (c->rc_encodings & RFB_ENCODING_EXT_KEVENT)) { in rfb_recv_update()
860 if (c->rc_encodings & RFB_ENCODING_ZLIB) { in rfb_send_rect()
940 if (c->rc_encodings & RFB_ENCODING_ZLIB) { in rfb_send_all()
[all …]
H A Drfb_impl.h240 rfb_encodings_t rc_encodings; member