Lines Matching refs:crc32

138 function CompressedObject(compressedSize, uncompressedSize, crc32, compression, data) {
141 this.crc32 = crc32;
172 .withStreamInfo("crc32", this.crc32)
242 function crc32(crc, buf, len, pos) {
286 return crc32(crc|0, input, input.length, 0);
418 var crc32 = require("../crc32");
513 crc32 : 0, property
521 dataInfo.crc32 = streamInfo["crc32"];
584 decToHex(crc32(encodedFileName), 4) +
603 decToHex(crc32(encodedComment), 4) +
629 header += decToHex(dataInfo.crc32, 4);
1090 if (worker.streamInfo.crc32 !== zipEntry.decompressed.crc32) {
2069 var crc32 = require("../crc32");
2086 this.streamInfo.crc32 = crc32(chunk.data, this.streamInfo.crc32 || 0);
3900 …d = new CompressedObject(this.compressedSize, this.uncompressedSize, this.crc32, compression, read…
3914 this.crc32 = reader.readInt(4);
5879 function crc32(crc, buf, len, pos) {
5893 module.exports = crc32;
5920 var crc32 = require('./crc32');
6107 strm.adler = crc32(strm.adler, buf, len, start);
7366 strm.adler = crc32(strm.adler, s.pending_buf, s.pending, 0);
7410 strm.adler = crc32(strm.adler, s.pending_buf, s.pending - beg, beg);
7422 strm.adler = crc32(strm.adler, s.pending_buf, s.pending - beg, beg);
7441 strm.adler = crc32(strm.adler, s.pending_buf, s.pending - beg, beg);
7460 strm.adler = crc32(strm.adler, s.pending_buf, s.pending - beg, beg);
7479 strm.adler = crc32(strm.adler, s.pending_buf, s.pending - beg, beg);
7498 strm.adler = crc32(strm.adler, s.pending_buf, s.pending - beg, beg);
8202 var crc32 = require('./crc32');
8631 state.check = crc32(state.check, hbuf, 2, 0);
8705 state.check = crc32(state.check, hbuf, 2, 0);
8732 state.check = crc32(state.check, hbuf, 4, 0);
8758 state.check = crc32(state.check, hbuf, 2, 0);
8785 state.check = crc32(state.check, hbuf, 2, 0);
8824 state.check = crc32(state.check, input, copy, next);
8850 state.check = crc32(state.check, input, copy, next);
8875 state.check = crc32(state.check, input, copy, next);
9552 …(state.flags ? crc32(state.check, output, _out, put - _out) : adler32(state.check, output, _out, p…
9640 …(state.flags ? crc32(state.check, output, _out, strm.next_out - _out) : adler32(state.check, outpu…