Searched refs:crc_tmp (Results 1 – 1 of 1) sorted by relevance
149 uint32_t *crc_tmp; /* buffer to store single crc row */ member749 crc_p = rc->crc_tmp - xcells; in rfb_send_screen()752 memset(rc->crc_tmp, 0, sizeof(uint32_t) * xcells * ycells); in rfb_send_screen()808 crc_p = rc->crc_tmp; in rfb_send_screen()1272 rc->crc_tmp = calloc(cnt, sizeof(uint32_t)); in rfb_init()1359 free(rc->crc_tmp); in rfb_init()