Searched refs:MessageQueue (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dmqueue.cpp11 MessageQueue::MessageQueue(unsigned int nodeSize) function in class:MessageQueue
16 size_t MessageQueue::CopyRangeTo2(BufferedTransformation &target, lword &begin, lword end, const std::string &channel, bool blocking) const
24 size_t MessageQueue::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel, bool blocking)
32 bool MessageQueue::GetNextMessage()
45 unsigned int MessageQueue::CopyMessagesTo(BufferedTransformation &target, unsigned int count, const std::string &channel) const
59 void MessageQueue::swap(MessageQueue &rhs)
65 const byte * MessageQueue::Spy(size_t &contiguousSize) const
97 MessageQueue
[all...]
H A Dmqueue.h11 class CRYPTOPP_DLL MessageQueue : public AutoSignaling<BufferedTransformation> class in inherits:AutoSignaling
14 MessageQueue(unsigned int nodeSize=256);
56 void swap(MessageQueue &rhs);
86 MessageQueue m_q[2];
93 template<> inline void swap(CryptoPP::MessageQueue &a, CryptoPP::MessageQueue &b)
H A Dida.cpp70 m_inputQueues.push_back(MessageQueue());
169 MessageQueue &queue = m_inputQueues[i];
204 vector<MessageQueue> inputQueues;
H A Dida.h46 std::vector<MessageQueue> m_inputQueues;
H A Dfilters.cpp23 return new MessageQueue;

Completed in 128 milliseconds