#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) |
◆ KIO_DATA
#define KIO_DATA QByteArray data; QDataStream stream( &data, QIODevice::WriteOnly ); stream |
◆ KIO_FILESIZE_T
#define KIO_FILESIZE_T |
( |
| x | ) |
|
◆ AuthKeysList
◆ AuthKeysMap
◆ genericsig_handler()
void genericsig_handler |
( |
int | sigNumber | ) |
|
|
static |
◆ isSubCommand()
bool isSubCommand |
( |
int | cmd | ) |
|
|
static |
◆ sigpipe_handler()
void sigpipe_handler |
( |
int | sig | ) |
|
|
static |
◆ sigsegv_handler()
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-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by
doxygen 1.14.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.