Home
last modified time | relevance | path

Searched refs:RFB_ENCODING_ZLIB (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Drfb_impl.h104 RFB_ENCODING_ZLIB = (1ULL << 1), enumerator
H A Drfb.c159 if (c->rc_encodings & RFB_ENCODING_ZLIB) in rfb_free_client()
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()
860 if (c->rc_encodings & RFB_ENCODING_ZLIB) { in rfb_send_rect()
940 if (c->rc_encodings & RFB_ENCODING_ZLIB) { in rfb_send_all()