crc_context 57 ext/zip/lib/zip_source_crc.c struct crc_context *ctx; crc_context 64 ext/zip/lib/zip_source_crc.c if ((ctx=(struct crc_context *)malloc(sizeof(*ctx))) == NULL) { crc_context 83 ext/zip/lib/zip_source_crc.c struct crc_context *ctx; crc_context 86 ext/zip/lib/zip_source_crc.c ctx = (struct crc_context *)_ctx;