Home
last modified time | relevance | path

Searched defs:AdcCommand (Results 1 – 25 of 52) sorted by relevance

123

/dports/net-p2p/linuxdcpp/linuxdcpp-1.1.0/dcpp/
H A DUserConnectionListener.h69 virtual void on(AdcCommand::SUP, UserConnection*, const AdcCommand&) throw() { } in on()
70 virtual void on(AdcCommand::INF, UserConnection*, const AdcCommand&) throw() { } in on()
71 virtual void on(AdcCommand::GET, UserConnection*, const AdcCommand&) throw() { } in on()
72 virtual void on(AdcCommand::SND, UserConnection*, const AdcCommand&) throw() { } in on()
73 virtual void on(AdcCommand::STA, UserConnection*, const AdcCommand&) throw() { } in on()
74 virtual void on(AdcCommand::RES, UserConnection*, const AdcCommand&) throw() { } in on()
75 virtual void on(AdcCommand::GFI, UserConnection*, const AdcCommand&) throw() { } in on()
H A DAdcCommand.cpp27 AdcCommand::AdcCommand(uint32_t aCmd, char aType /* = TYPE_CLIENT */) : cmdInt(aCmd), from(0), type… in AdcCommand() function in dcpp::AdcCommand
28 AdcCommand::AdcCommand(uint32_t aCmd, const uint32_t aTarget, char aType) : cmdInt(aCmd), from(0), … in AdcCommand() function in dcpp::AdcCommand
29 AdcCommand::AdcCommand(Severity sev, Error err, const string& desc, char aType /* = TYPE_CLIENT */)… in AdcCommand() function in dcpp::AdcCommand
34 AdcCommand::AdcCommand(const string& aLine, bool nmdc /* = false */) throw(ParseException) : cmdInt… in AdcCommand() function in dcpp::AdcCommand
H A DAdcHub.h110 template<typename T> void handle(T, AdcCommand&) { } in handle() argument
/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/dcpp/
H A DAdcCommand.cpp26 AdcCommand::AdcCommand(uint32_t aCmd, char aType /* = TYPE_CLIENT */) : cmdInt(aCmd), from(0), type… in AdcCommand() function in dcpp::AdcCommand
27 AdcCommand::AdcCommand(uint32_t aCmd, const uint32_t aTarget, char aType) : cmdInt(aCmd), from(0), … in AdcCommand() function in dcpp::AdcCommand
28 AdcCommand::AdcCommand(Severity sev, Error err, const string& desc, char aType /* = TYPE_CLIENT */)… in AdcCommand() function in dcpp::AdcCommand
33 AdcCommand::AdcCommand(const string& aLine, bool nmdc /* = false */) : cmdInt(0), type(TYPE_CLIENT)… in AdcCommand() function in dcpp::AdcCommand
H A DUserConnectionListener.h70 virtual void on(AdcCommand::SUP, UserConnection*, const AdcCommand&) noexcept { } in on()
71 virtual void on(AdcCommand::INF, UserConnection*, const AdcCommand&) noexcept { } in on()
72 virtual void on(AdcCommand::GET, UserConnection*, const AdcCommand&) noexcept { } in on()
73 virtual void on(AdcCommand::SND, UserConnection*, const AdcCommand&) noexcept { } in on()
74 virtual void on(AdcCommand::STA, UserConnection*, const AdcCommand&) noexcept { } in on()
75 virtual void on(AdcCommand::RES, UserConnection*, const AdcCommand&) noexcept { } in on()
76 virtual void on(AdcCommand::GFI, UserConnection*, const AdcCommand&) noexcept { } in on()
H A DAdcHub.h141 template<typename T> void handle(T, AdcCommand&) { } in handle() argument
H A Dforward.h29 class AdcCommand; variable
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/dcpp/
H A DAdcCommand.cpp26 AdcCommand::AdcCommand(uint32_t aCmd, char aType /* = TYPE_CLIENT */) : cmdInt(aCmd), from(0), type… in AdcCommand() function in dcpp::AdcCommand
27 AdcCommand::AdcCommand(uint32_t aCmd, const uint32_t aTarget, char aType) : cmdInt(aCmd), from(0), … in AdcCommand() function in dcpp::AdcCommand
28 AdcCommand::AdcCommand(Severity sev, Error err, const string& desc, char aType /* = TYPE_CLIENT */)… in AdcCommand() function in dcpp::AdcCommand
33 AdcCommand::AdcCommand(const string& aLine, bool nmdc /* = false */) : cmdInt(0), type(TYPE_CLIENT)… in AdcCommand() function in dcpp::AdcCommand
H A DUserConnectionListener.h70 virtual void on(AdcCommand::SUP, UserConnection*, const AdcCommand&) noexcept { } in on()
71 virtual void on(AdcCommand::INF, UserConnection*, const AdcCommand&) noexcept { } in on()
72 virtual void on(AdcCommand::GET, UserConnection*, const AdcCommand&) noexcept { } in on()
73 virtual void on(AdcCommand::SND, UserConnection*, const AdcCommand&) noexcept { } in on()
74 virtual void on(AdcCommand::STA, UserConnection*, const AdcCommand&) noexcept { } in on()
75 virtual void on(AdcCommand::RES, UserConnection*, const AdcCommand&) noexcept { } in on()
76 virtual void on(AdcCommand::GFI, UserConnection*, const AdcCommand&) noexcept { } in on()
H A DAdcHub.h141 template<typename T> void handle(T, AdcCommand&) { } in handle() argument
H A Dforward.h29 class AdcCommand; variable
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/dcpp/
H A DAdcCommand.cpp26 AdcCommand::AdcCommand(uint32_t aCmd, char aType /* = TYPE_CLIENT */) : cmdInt(aCmd), from(0), type… in AdcCommand() function in dcpp::AdcCommand
27 AdcCommand::AdcCommand(uint32_t aCmd, const uint32_t aTarget, char aType) : cmdInt(aCmd), from(0), … in AdcCommand() function in dcpp::AdcCommand
28 AdcCommand::AdcCommand(Severity sev, Error err, const string& desc, char aType /* = TYPE_CLIENT */)… in AdcCommand() function in dcpp::AdcCommand
33 AdcCommand::AdcCommand(const string& aLine, bool nmdc /* = false */) : cmdInt(0), type(TYPE_CLIENT)… in AdcCommand() function in dcpp::AdcCommand
H A DUserConnectionListener.h70 virtual void on(AdcCommand::SUP, UserConnection*, const AdcCommand&) noexcept { } in on()
71 virtual void on(AdcCommand::INF, UserConnection*, const AdcCommand&) noexcept { } in on()
72 virtual void on(AdcCommand::GET, UserConnection*, const AdcCommand&) noexcept { } in on()
73 virtual void on(AdcCommand::SND, UserConnection*, const AdcCommand&) noexcept { } in on()
74 virtual void on(AdcCommand::STA, UserConnection*, const AdcCommand&) noexcept { } in on()
75 virtual void on(AdcCommand::RES, UserConnection*, const AdcCommand&) noexcept { } in on()
76 virtual void on(AdcCommand::GFI, UserConnection*, const AdcCommand&) noexcept { } in on()
H A DAdcHub.h141 template<typename T> void handle(T, AdcCommand&) { } in handle() argument
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/dcpp/
H A DAdcCommand.cpp26 AdcCommand::AdcCommand(uint32_t aCmd, char aType /* = TYPE_CLIENT */) : cmdInt(aCmd), from(0), type… in AdcCommand() function in dcpp::AdcCommand
27 AdcCommand::AdcCommand(uint32_t aCmd, const uint32_t aTarget, char aType) : cmdInt(aCmd), from(0), … in AdcCommand() function in dcpp::AdcCommand
28 AdcCommand::AdcCommand(Severity sev, Error err, const string& desc, char aType /* = TYPE_CLIENT */)… in AdcCommand() function in dcpp::AdcCommand
33 AdcCommand::AdcCommand(const string& aLine, bool nmdc /* = false */) : cmdInt(0), type(TYPE_CLIENT)… in AdcCommand() function in dcpp::AdcCommand
H A DUserConnectionListener.h70 virtual void on(AdcCommand::SUP, UserConnection*, const AdcCommand&) noexcept { } in on()
71 virtual void on(AdcCommand::INF, UserConnection*, const AdcCommand&) noexcept { } in on()
72 virtual void on(AdcCommand::GET, UserConnection*, const AdcCommand&) noexcept { } in on()
73 virtual void on(AdcCommand::SND, UserConnection*, const AdcCommand&) noexcept { } in on()
74 virtual void on(AdcCommand::STA, UserConnection*, const AdcCommand&) noexcept { } in on()
75 virtual void on(AdcCommand::RES, UserConnection*, const AdcCommand&) noexcept { } in on()
76 virtual void on(AdcCommand::GFI, UserConnection*, const AdcCommand&) noexcept { } in on()
H A DAdcHub.h141 template<typename T> void handle(T, AdcCommand&) { } in handle() argument
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/dcpp/
H A DAdcCommand.cpp26 AdcCommand::AdcCommand(uint32_t aCmd, char aType /* = TYPE_CLIENT */) : cmdInt(aCmd), from(0), type… in AdcCommand() function in dcpp::AdcCommand
27 AdcCommand::AdcCommand(uint32_t aCmd, const uint32_t aTarget, char aType) : cmdInt(aCmd), from(0), … in AdcCommand() function in dcpp::AdcCommand
28 AdcCommand::AdcCommand(Severity sev, Error err, const string& desc, char aType /* = TYPE_CLIENT */)… in AdcCommand() function in dcpp::AdcCommand
33 AdcCommand::AdcCommand(const string& aLine, bool nmdc /* = false */) : cmdInt(0), type(TYPE_CLIENT)… in AdcCommand() function in dcpp::AdcCommand
H A DUserConnectionListener.h70 virtual void on(AdcCommand::SUP, UserConnection*, const AdcCommand&) noexcept { } in on()
71 virtual void on(AdcCommand::INF, UserConnection*, const AdcCommand&) noexcept { } in on()
72 virtual void on(AdcCommand::GET, UserConnection*, const AdcCommand&) noexcept { } in on()
73 virtual void on(AdcCommand::SND, UserConnection*, const AdcCommand&) noexcept { } in on()
74 virtual void on(AdcCommand::STA, UserConnection*, const AdcCommand&) noexcept { } in on()
75 virtual void on(AdcCommand::RES, UserConnection*, const AdcCommand&) noexcept { } in on()
76 virtual void on(AdcCommand::GFI, UserConnection*, const AdcCommand&) noexcept { } in on()
H A DAdcHub.h141 template<typename T> void handle(T, AdcCommand&) { } in handle() argument
/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/dht/
H A DDHT.h120 template<typename T> void handle(T, const Node::Ptr&user, AdcCommand&) { } in handle() argument
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/dht/
H A DDHT.h120 template<typename T> void handle(T, const Node::Ptr&user, AdcCommand&) { } in handle() argument
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/dht/
H A DDHT.h120 template<typename T> void handle(T, const Node::Ptr&user, AdcCommand&) { } in handle() argument
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/dht/
H A DDHT.h120 template<typename T> void handle(T, const Node::Ptr&user, AdcCommand&) { } in handle() argument
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/dht/
H A DDHT.h120 template<typename T> void handle(T, const Node::Ptr&user, AdcCommand&) { } in handle() argument

123