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        84 ext/zip/lib/zip_source_crc.c     struct crc_context *ctx;
crc_context        87 ext/zip/lib/zip_source_crc.c     ctx = (struct crc_context *)_ctx;