Lines Matching refs:putLong
1568 bool GzipFile::putLong(unsigned long val)
1592 putLong(ltime);
1623 putLong(crc);
1625 putLong(data.size());
2264 bool ZipFile::putLong(unsigned long val)
2305 putLong(0x04034b50L);
2312 putLong(entry->getCrc()); //crc32
2313 putLong(entry->getCompressedSize());
2314 putLong(entry->getUncompressedSize());
2350 putLong(0x02014b50L); //magic cookie
2357 putLong(entry->getCrc()); //crc32
2358 putLong(entry->getCompressedSize());
2359 putLong(entry->getUncompressedSize());
2365 putLong(0); //external attributes
2366 putLong(entry->getPosition());
2380 putLong(0x06054b50L);
2385 putLong(cdSize); //size of central dir
2386 putLong(cdPosition); //position of central dir