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
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |