Lines Matching refs:eb
90 eb := writeBuf(buf[:])
91 eb.uint16(zip64ExtraId)
92 eb.uint16(24) // size = 3x uint64
93 eb.uint64(h.UncompressedSize64)
94 eb.uint64(h.CompressedSize64)
95 eb.uint64(h.offset)
303 eb := writeBuf(buf[:])
304 eb.uint16(zip64ExtraId)
305 eb.uint16(16) // size = 2x uint64
306 eb.uint64(h.UncompressedSize64)
307 eb.uint64(h.CompressedSize64)