crc_position       47 ext/zip/lib/zip_source_crc.c     zip_uint64_t crc_position; /* how far we've computed the CRC */
crc_position       72 ext/zip/lib/zip_source_crc.c     ctx->crc_position = 0;
crc_position      100 ext/zip/lib/zip_source_crc.c                 if (ctx->crc_position == ctx->position) {
crc_position      123 ext/zip/lib/zip_source_crc.c             else if (!ctx->crc_complete && ctx->position <= ctx->crc_position) {
crc_position      126 ext/zip/lib/zip_source_crc.c 		for (i = ctx->crc_position - ctx->position; i < (zip_uint64_t)n; i += nn) {
crc_position      130 ext/zip/lib/zip_source_crc.c                     ctx->crc_position += nn;