Home
last modified time | relevance | path

Searched refs:tarEnd (Results 1 – 2 of 2) sorted by relevance

/dports/archivers/kf5-karchive/karchive-5.89.0/src/
H A Dktar.cpp46 , tarEnd(0) in KTarPrivate()
54 qint64 tarEnd; member in KTar::KTarPrivate
543 d->tarEnd = dev->pos() - n; // Remember end of archive in openArchive()
626 d->tarEnd = device()->pos() + (rest ? 0x200 - rest : 0); // Record our new end of archive in doFinishWriting()
796 device()->seek(d->tarEnd); // Go to end of archive as might have moved with a read in doPrepareWriting()
863 device()->seek(d->tarEnd); // Go to end of archive as might have moved with a read in doWriteDir()
889 d->tarEnd = device()->pos(); in doWriteDir()
923 device()->seek(d->tarEnd); // Go to end of archive as might have moved with a read in doWriteSymLink()
956 d->tarEnd = device()->pos(); in doWriteSymLink()
/dports/graphics/tiled/tiled-1.7.2/src/karchive/src/
H A Dktar.cpp39 , tarEnd(0) in KTarPrivate()
47 qint64 tarEnd; member in KTar::KTarPrivate
530 d->tarEnd = dev->pos() - n; // Remember end of archive in openArchive()
609 d->tarEnd = device()->pos() + (rest ? 0x200 - rest : 0); // Record our new end of archive in doFinishWriting()
779 device()->seek(d->tarEnd); // Go to end of archive as might have moved with a read in doPrepareWriting()
844 device()->seek(d->tarEnd); // Go to end of archive as might have moved with a read in doWriteDir()
870 d->tarEnd = device()->pos(); in doWriteDir()
899 device()->seek(d->tarEnd); // Go to end of archive as might have moved with a read in doWriteSymLink()
932 d->tarEnd = device()->pos(); in doWriteSymLink()