Lines Matching refs:putUint
460 putUint (i + 10, cast(uint) de.time); in build()
461 putUint (i + 14, de.crc32); in build()
462 putUint (i + 18, de.compressedSize); in build()
463 putUint (i + 22, to!uint(de.expandedSize)); in build()
486 putUint (i + 12, cast(uint) de.time); in build()
487 putUint (i + 16, de.crc32); in build()
488 putUint (i + 20, de.compressedSize); in build()
489 putUint (i + 24, de.expandedSize); in build()
495 putUint (i + 38, de._externalAttributes); in build()
496 putUint (i + 42, de.offset); in build()
517 putUint (i + 16, diskNumber); in build()
518 putUint (i + 20, diskStartDir); in build()
527 putUint (i + 4, diskNumber); in build()
529 putUint (i + 16, 1); in build()
540 putUint (i + 12, directorySize); in build()
541 putUint (i + 16, directoryOffset); in build()
811 @safe void putUint(int i, uint ui) in putUint() function