crc_should 372 ext/zip/lib/zip_open.c uLong crc_got, crc_should; crc_should 386 ext/zip/lib/zip_open.c crc_should = strtoul(buf, &end, 16); crc_should 387 ext/zip/lib/zip_open.c if ((crc_should == UINT_MAX && errno != 0) || (end && *end)) crc_should 393 ext/zip/lib/zip_open.c if (crc_got == crc_should)