Home | History | Annotate | Download | only in zip

Lines Matching defs:header

25 	dir         []*header
36 type header struct {
101 // the file needs a zip64 header. store maxint in both
103 // zip64 extra header should be used.
216 header := &FileHeader{
220 return w.CreateHeader(header)
310 // This format happens to be identical for both local and central header
338 h := &header{
343 fw.header = h
404 *header
431 fh := w.header.FileHeader
449 // adding a zip64 extra in the local header (too late anyway).