Searched refs:orig_crc (Results 1 – 2 of 2) sorted by relevance
100 unsigned orig_crc; in png_read_ihdr() local113 if (file_read_ul(png, &orig_crc) != PNG_NO_ERROR) in png_read_ihdr()119 if (orig_crc != calc_crc) { in png_read_ihdr()311 unsigned orig_crc; in png_read_idat() local330 if (file_read_ul(png, &orig_crc) != PNG_NO_ERROR) in png_read_idat()333 if (orig_crc != calc_crc) in png_read_idat()
676 uint32_t *crc_p, *orig_crc; in rfb_send_screen() local750 orig_crc = rc->crc - xcells; in rfb_send_screen()756 orig_crc += xcells; in rfb_send_screen()778 if (orig_crc[x] != crc_p[x]) { in rfb_send_screen()779 orig_crc[x] = crc_p[x]; in rfb_send_screen()