Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Drfb.c499 uint8_t *zbufp; in rfb_send_rect() local
515 zbufp = rc->zbuf; in rfb_send_rect()
522 rc->zstream.next_out = (Bytef *)zbufp; in rfb_send_rect()
535 zbufp = rc->zbuf + rc->zstream.total_out; in rfb_send_rect()
554 zbufp = rc->zbuf; in rfb_send_rect()
557 memcpy(zbufp, pixelp, w); in rfb_send_rect()
558 zbufp += w; in rfb_send_rect()