Searched refs:ChannelPut2 (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dsimple.h93 size_t ChannelPut2(const std::string &channel, const byte *begin, size_t length, int messageEnd, bool blocking) function in class:InputRejecting
132 {return this->ChannelPut2(DEFAULT_CHANNEL, begin, length, messageEnd, blocking);}
143 virtual size_t ChannelPut2(const std::string &channel, const byte *begin, size_t length, int messageEnd, bool blocking) =0;
145 {return ChannelPut2(channel, begin, length, messageEnd, blocking);}
H A Dchannels.cpp145 size_t ChannelSwitch::ChannelPut2(const std::string &channel, const byte *begin, size_t length, int messageEnd, bool blocking) function in class:ChannelSwitch
158 if (m_it.Destination().ChannelPut2(m_it.Channel(), begin, length, messageEnd, blocking))
256 return ChannelPut2(channel, inString, length, messageEnd, blocking);
H A Dmqueue.h77 size_t ChannelPut2(const std::string &channel, const byte *begin, size_t length, int messageEnd, bool blocking);
H A Dchannels.h96 size_t ChannelPut2(const std::string &channel, const byte *begin, size_t length, int messageEnd, bool blocking);
H A Dida.h25 size_t ChannelPut2(const std::string &channel, const byte *begin, size_t length, int messageEnd, bool blocking) function in class:RawIDA
H A Dmqueue.cpp84 size_t EqualityComparisonFilter::ChannelPut2(const std::string &channel, const byte *inString, size_t length, int messageEnd, bool blocking) function in class:EqualityComparisonFilter
H A Dfilters.h352 size_t ChannelPut2(const std::string &channel, const byte *begin, size_t length, int messageEnd, bool blocking);
371 size_t ChannelPut2(const std::string &channel, const byte *begin, size_t length, int messageEnd, bool blocking);
479 size_t ChannelPut2(const std::string &channel, const byte *begin, size_t length, int messageEnd, bool blocking) function in class:Redirector
480 {return m_target ? m_target->ChannelPut2(channel, begin, length, GetPassSignals() ? messageEnd : 0, blocking) : 0;}
522 size_t ChannelPut2(const std::string &channel, const byte *begin, size_t length, int messageEnd, bool blocking) function in class:OutputProxy
523 {return m_owner.AttachedTransformation()->ChannelPut2(channel, begin, length, m_passSignal ? messageEnd : 0, blocking);}
H A Dfilters.cpp115 size_t result = AttachedTransformation()->ChannelPut2(channel, inString, length, messageEnd, blocking);
834 size_t AuthenticatedEncryptionFilter::ChannelPut2(const std::string &channel, const byte *begin, size_t length, int messageEnd, bool blocking)
885 size_t AuthenticatedDecryptionFilter::ChannelPut2(const std::string &channel, const byte *begin, size_t length, int messageEnd, bool blocking)
1069 size_t blockedBytes = target.ChannelPut2(channel, m_store+i, len, 0, blocking);
1101 size_t blockedBytes = target.ChannelPut2(channel, nullBytes, len, 0, blocking);
H A Dqueue.cpp517 blockedBytes = target.ChannelPut2(channel, m_node->buf+m_node->m_head+m_offset, len, 0, blocking);
538 blockedBytes = target.ChannelPut2(channel, m_lazyString, len, 0, blocking);
H A Dcryptlib.h989 {return ChannelPut2(channel, inString, length, 0, blocking);}
998 {return !!ChannelPut2(channel, NULL, 0, propagation < 0 ? -1 : propagation+1, blocking);}
1000 {return ChannelPut2(channel, inString, length, propagation < 0 ? -1 : propagation+1, blocking);}
1004 virtual size_t ChannelPut2(const std::string &channel, const byte *begin, size_t length, int messageEnd, bool blocking);
H A Dcryptlib.cpp347 size_t BufferedTransformation::ChannelPut2(const std::string &channel, const byte *begin, size_t length, int messageEnd, bool blocking) function in class:BufferedTransformation
360 return ChannelPut2(channel, begin, length, messageEnd, blocking);

Completed in 266 milliseconds