Lines Matching refs:zip64
82 // the file needs a zip64 header. store maxint in both
84 // zip64 extra header should be used.
88 // append a zip64 extra block to Extra
134 // zip64 end of central directory record
146 // zip64 end of central directory locator
148 b.uint32(0) // number of the disk with the start of the zip64 end of central directory
149 b.uint64(uint64(end)) // relative offset of the zip64 end of central directory record
157 // that the zip64 values should be used instead
309 fh.ReaderVersion = zipVersion45 // requires 4.5 - File uses ZIP64 format extensions
319 // adding a zip64 extra in the local header (too late anyway).