Searched refs:crc_tmp (Results 1 – 1 of 1) sorted by relevance
151 uint32_t *crc_tmp; /* buffer to store single crc row */ member753 crc_p = rc->crc_tmp - xcells; in rfb_send_screen()756 memset(rc->crc_tmp, 0, sizeof(uint32_t) * xcells * ycells); in rfb_send_screen()812 crc_p = rc->crc_tmp; in rfb_send_screen()1278 rc->crc_tmp = calloc(cnt, sizeof(uint32_t)); in rfb_init()1392 free(rc->crc_tmp); in rfb_init()