Home
last modified time | relevance | path

Searched refs:crc_position (Results 1 – 1 of 1) sorted by relevance

/PHP-7.1/ext/zip/lib/
H A Dzip_source_crc.c47 zip_uint64_t crc_position; /* how far we've computed the CRC */ member
72 ctx->crc_position = 0; in zip_source_crc()
100 if (ctx->crc_position == ctx->position) { in crc_read()
123 else if (!ctx->crc_complete && ctx->position <= ctx->crc_position) { in crc_read()
126 for (i = ctx->crc_position - ctx->position; i < (zip_uint64_t)n; i += nn) { in crc_read()
130 ctx->crc_position += nn; in crc_read()

Completed in 28 milliseconds