Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Drfb.c838 uint8_t *zbufp; in rfb_send_rect() local
861 zbufp = c->rc_zbuf; in rfb_send_rect()
867 c->rc_zstream.next_out = (Bytef *)zbufp; in rfb_send_rect()
879 zbufp = c->rc_zbuf + c->rc_zstream.total_out; in rfb_send_rect()
898 zbufp = c->rc_zbuf; in rfb_send_rect()
900 memcpy(zbufp, p, w); in rfb_send_rect()
901 zbufp += w; in rfb_send_rect()