archive/zip.directoryEnd.directoryRecords (field)

6 uses

	archive/zip (current package)
		reader.go#L102: 	z.File = make([]*File, 0, end.directoryRecords)
		reader.go#L125: 	if uint16(len(z.File)) != uint16(end.directoryRecords) { // only compare 16 bits here
		reader.go#L506: 		directoryRecords:   uint64(b.uint16()),
		reader.go#L518: 	if d.directoryRecords == 0xffff || d.directorySize == 0xffff || d.directoryOffset == 0xffffffff {
		reader.go#L577: 	d.directoryRecords = b.uint64()   // total number of entries in the central directory
		struct.go#L197: 	directoryRecords   uint64