Lines Matching refs:nCompressedSize
95 if (rEntry.nSize == -1 || rEntry.nCompressedSize == -1 || in putNextEntry()
98 rEntry.nSize = rEntry.nCompressedSize = 0; in putNextEntry()
136 if (pEntry->nCompressedSize != aDeflater.getTotalOut()) in closeEntry()
141 pEntry->nCompressedSize = aDeflater.getTotalOut(); in closeEntry()
153 pEntry->nCompressedSize = aDeflater.getTotalOut(); in closeEntry()
274 pCurrentEntry->nCompressedSize += aEncryptionBuffer.getLength(); in doDeflate()
275 pCurrentEntry->nSize = pCurrentEntry->nCompressedSize; in doDeflate()
292 pCurrentEntry->nCompressedSize += aEncryptionBuffer.getLength(); in doDeflate()
293 pCurrentEntry->nSize = pCurrentEntry->nCompressedSize; in doDeflate()
338 aChucker << rEntry.nCompressedSize; in writeCEN()
356 aChucker << rEntry.nCompressedSize; in writeEXT()
396 aChucker << rEntry.nCompressedSize; in writeLOC()