Searched refs:nLOCExtraLen (Results 1 – 4 of 4) sorted by relevance
711 aGrabber >> rEntry.nLOCExtraLen; in readLOC()712 …leDataOffset = static_cast < sal_Int32 > (aGrabber.getPosition()) + nPathLen + rEntry.nLOCExtraLen; in readLOC()742 Sequence < sal_Int8 > aExtraFields ( rEntry.nLOCExtraLen ); in readLOC()743 nRead = aGrabber.readBytes( aExtraFields, rEntry.nLOCExtraLen ); in readLOC()744 if ( nRead != rEntry.nLOCExtraLen ) in readLOC()747 readExtraFields( aMemGrabber, rEntry.nLOCExtraLen, rEntry ); in readLOC()994 nPos += 30 + aIt->first.getLength() + aIt->second.nLOCExtraLen; in readCEN()1078 aMemGrabber >> aEntry.nLOCExtraLen; in recover()1090 if ( aEntry.nLOCExtraLen < 0 ) aEntry.nLOCExtraLen = 0x7FFF; in recover()1094 … sal_Int32 nBlockLength = nDataSize + aEntry.nPathLen + aEntry.nLOCExtraLen + 30 + nDescrLength; in recover()[all …]
52 sal_Int16 nLOCExtraLen; member71 nLOCExtraLen(0), in ZipEntry()
102 aEntry.nLOCExtraLen = -1; in ZipPackageStream()128 aEntry.nLOCExtraLen = rInEntry.nLOCExtraLen; in setZipEntryOnLoading()
185 rDest.nLOCExtraLen = rSource.nLOCExtraLen; in copyZipEntry()700 pTempEntry->nLOCExtraLen = -1; in saveContents()