Lines Matching refs:pCurrentEntry
57 , pCurrentEntry(NULL) in ZipOutputStream()
87 if (pCurrentEntry != NULL) in putNextEntry()
115 pCurrentEntry = &rEntry; in putNextEntry()
121 ZipEntry *pEntry = pCurrentEntry; in closeEntry()
186 pCurrentEntry = NULL; in closeEntry()
194 switch (pCurrentEntry->nMethod) in write()
225 if ( pCurrentEntry->nMethod == DEFLATED && ( pCurrentEntry->nFlag & 8 ) ) in rawCloseEntry()
226 writeEXT(*pCurrentEntry); in rawCloseEntry()
227 pCurrentEntry = NULL; in rawCloseEntry()
236 if (pCurrentEntry != NULL) in finish()
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()