Searched refs:ChannelPut (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Drandpool.cpp53 target.ChannelPut(channel, m_seed, len);
H A Drng.cpp112 target.ChannelPut(channel, randseed, len);
H A Dqueue.cpp70 target.ChannelPut(channel, buf+m_head, len);
77 target.ChannelPut(channel, buf+m_head, len);
350 target.ChannelPut(channel, m_lazyString, len);
H A Dfiles.cpp104 size_t blockedBytes = target.ChannelPut(channel, byte(result), blocking);
H A Dsimple.h141 {this->ChannelPut(channel, inString, length); return false;}
H A Dcryptlib.cpp275 target.ChannelPut(channel, buffer, len);
588 return ChannelPut(channel, m_buf, 2, blocking);
594 return ChannelPut(channel, m_buf, 4, blocking);
H A Dcryptlib.h986 size_t ChannelPut(const std::string &channel, byte inByte, bool blocking=true) function in class:BufferedTransformation
987 {return ChannelPut(channel, &inByte, 1, blocking);}
988 size_t ChannelPut(const std::string &channel, const byte *inString, size_t length, bool blocking=true) function in class:BufferedTransformation

Completed in 114 milliseconds