KIO
#include "slavebase.h"
#include <config.h>
#include <sys/time.h>
#include <kdebug.h>
#include <stdlib.h>
#include <errno.h>
#include <unistd.h>
#include <signal.h>
#include <time.h>
#include <QtCore/QFile>
#include <QtCore/QList>
#include <QtCore/QDateTime>
#include <QtCore/QCoreApplication>
#include <kcrash.h>
#include <kconfig.h>
#include <kconfiggroup.h>
#include <kde_file.h>
#include <klocale.h>
#include "kremoteencoding.h"
#include "connection.h"
#include "ioslave_defaults.h"
#include "slaveinterface.h"
#include "kpasswdserver_p.h"
Go to the source code of this file.
|
#define | KIO_DATA QByteArray data; QDataStream stream( &data, QIODevice::WriteOnly ); stream |
|
#define | KIO_FILESIZE_T(x) quint64(x) |
|
◆ KIO_DATA
#define KIO_DATA QByteArray data; QDataStream stream( &data, QIODevice::WriteOnly ); stream |
◆ KIO_FILESIZE_T
#define KIO_FILESIZE_T |
( |
|
x | ) |
quint64(x) |
◆ AuthKeysList
◆ AuthKeysMap
◆ genericsig_handler()
static void genericsig_handler |
( |
int |
sigNumber | ) |
|
|
static |
◆ isSubCommand()
static bool isSubCommand |
( |
int |
cmd | ) |
|
|
static |
◆ sigpipe_handler()
static void sigpipe_handler |
( |
int |
sig | ) |
|
|
static |
◆ sigsegv_handler()
static void sigsegv_handler |
( |
int |
sig | ) |
|
|
static |
◆ globalSlave
◆ s_protocol
◆ slaveWriteError
volatile bool slaveWriteError = false |
|
static |
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by
doxygen 1.9.6 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.