KIOSlave
#include <cstring>
#include <time.h>
#include <stdlib.h>
#include <zlib.h>
#include <QtCore/QDir>
#include <QtCore/QString>
#include <QtCore/QTime>
#include <QtDBus/QtDBus>
#include <QtNetwork/QLocalServer>
#include <QtNetwork/QLocalSocket>
#include <kcmdlineargs.h>
#include <kcomponentdata.h>
#include <kdatetime.h>
#include <kdebug.h>
#include <kglobal.h>
#include <klocale.h>
#include <kprotocolmanager.h>
#include <kstandarddirs.h>
#include <unistd.h>
Go to the source code of this file.
◆ CacheCleanerCommand
Enumerator |
---|
InvalidCommand | |
CreateFileNotificationCommand | |
UpdateFileCommand | |
Definition at line 265 of file http_cache_cleaner.cpp.
◆ OperationMode
◆ CacheFileInfoPtrLessThan()
bool CacheFileInfoPtrLessThan |
( |
const CacheFileInfo * | cf1, |
|
|
const CacheFileInfo * | cf2 ) |
◆ dateString()
static QString dateString |
( |
qint64 | date | ) |
|
|
static |
◆ filenameFromUrl()
static QString filenameFromUrl |
( |
const QByteArray & | url | ) |
|
|
static |
◆ filePath()
static QString filePath |
( |
const QString & | baseName | ) |
|
|
static |
◆ kdemain()
int kdemain |
( |
int | argc, |
|
|
char ** | argv ) |
◆ qHash()
uint qHash |
( |
const CacheIndex & | ci | ) |
|
◆ readBinaryHeader()
static bool readBinaryHeader |
( |
const QByteArray & | d, |
|
|
CacheFileInfo * | fi ) |
|
static |
◆ readCacheFile()
static bool readCacheFile |
( |
const QString & | baseName, |
|
|
CacheFileInfo * | fi, |
|
|
OperationMode | mode ) |
|
static |
◆ readCommand()
static CacheCleanerCommand readCommand |
( |
const QByteArray & | cmd, |
|
|
CacheFileInfo * | fi ) |
|
static |
◆ readLineChecked()
static bool readLineChecked |
( |
QIODevice * | dev, |
|
|
QByteArray * | line ) |
|
static |
◆ readTextHeader()
static bool readTextHeader |
( |
QFile * | file, |
|
|
CacheFileInfo * | fi, |
|
|
OperationMode | mode ) |
|
static |
◆ removeOldFiles()
static void removeOldFiles |
( |
| ) |
|
|
static |
◆ timeSizeFits()
static bool timeSizeFits |
( |
qint64 | intTime | ) |
|
|
static |
◆ appFullName
const char appFullName[] = "org.kde.kio_http_cache_cleaner" |
|
static |
◆ appName
const char appName[] = "kio_http_cache_cleaner" |
|
static |
◆ g_currentDate
◆ g_maxCacheAge
◆ g_maxCacheSize
◆ s_hashedUrlBits
const int s_hashedUrlBits = 160 |
|
static |
◆ s_hashedUrlBytes
◆ s_hashedUrlNibbles
◆ version
const char version[] = "A\n" |
|
static |
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by
doxygen 1.10.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.