![]() |
dbus-cxx
|
#include "sasl.h"#include "dbus-cxx-private.h"#include <cstring>#include <ostream>#include <poll.h>#include <regex>#include <sstream>#include <unistd.h>
Functions | |
| static const std::regex | OK_REGEX ("OK ([a-z0-9]*)") |
| static const std::regex | DATA_REGEX ("DATA ([a-z0-9]*)") |
| static const std::regex | ERROR_REGEX ("ERROR(.*)") |
| static const std::regex | AGREE_UNIX_FD_REGEX ("AGREE_UNIX_FD") |
| static const std::regex | REJECTED_REGEX ("REJECTED (.*)") |
| static int | hexchar2int (char c) |
Variables | |
| static const char * | LOGGER_NAME = "DBus.priv.SASL" |
|
static |
Referenced by DBus::priv::SASL::authenticate().
|
static |
|
static |
Referenced by DBus::priv::SASL::authenticate().
|
static |
Referenced by DBus::priv::SASL::hex_to_vector().
|
static |
Referenced by DBus::priv::SASL::authenticate().
|
static |
Referenced by DBus::priv::SASL::authenticate().
|
static |
Referenced by DBus::priv::SASL::read_data(), and DBus::priv::SASL::write_data_with_newline().