Searched refs:expectedEndOfCentralDirOffset (Results 1 – 3 of 3) sorted by relevance
3765 var expectedEndOfCentralDirOffset = this.centralDirOffset + this.centralDirSize;3767 expectedEndOfCentralDirOffset += 20; // end of central dir 64 locator field3768 …expectedEndOfCentralDirOffset += 12 /* should not include the leading 12 bytes */ + this.zip64EndO…3771 var extraBytes = endOfCentralDirOffset - expectedEndOfCentralDirOffset;
54717 var expectedEndOfCentralDirOffset = this.centralDirOffset + this.centralDirSize;54720 expectedEndOfCentralDirOffset += 20; // end of central dir 64 locator54722 expectedEndOfCentralDirOffset += 1254727 var extraBytes = endOfCentralDirOffset - expectedEndOfCentralDirOffset;