Lines Matching refs:offset
29 offset uint64 member
81 if h.isZip64() || h.offset >= uint32max {
95 eb.uint64(h.offset)
106 if h.offset > uint32max {
109 b.uint32(uint32(h.offset))
128 offset := uint64(start)
130 if records > uint16max || size > uint32max || offset > uint32max {
144 …b.uint64(offset) // offset of start of central directory with respect to the start…
167 offset = uint32max
178 b.uint32(uint32(offset)) // start of directory
255 offset: uint64(w.cw.count),