Home
last modified time | relevance | path

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

/dports/devel/kf5-kio/kio-5.89.0/src/ioslaves/ftp/
H A Dftp.h399 …lt ftpGet(int iCopyFile, const QString &sCopyFile, const QUrl &url, KIO::fileoffset_t hCopyOffset);
H A Dftp.cpp2346 KIO::fileoffset_t hCopyOffset = 0; in ftpCopyGet() local
2349 hCopyOffset = QT_LSEEK(iCopyFile, 0, SEEK_END); in ftpCopyGet()
2350 if (hCopyOffset < 0) { in ftpCopyGet()
2353 qCDebug(KIO_FTP) << "resuming at " << hCopyOffset; in ftpCopyGet()
2365 auto result = ftpGet(iCopyFile, sCopyFile, url, hCopyOffset); in ftpCopyGet()