Searched refs:blocking (Results 1 - 25 of 62) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dsimple.h52 bool IsolatedFlush(bool hardFlush, bool blocking) {return false;} argument
60 bool Flush(bool completeFlush, int propagation=-1, bool blocking=true) argument
61 {return ChannelFlush(DEFAULT_CHANNEL, completeFlush, propagation, blocking);}
62 bool IsolatedFlush(bool hardFlush, bool blocking) argument
64 bool ChannelFlush(const std::string &channel, bool hardFlush, int propagation=-1, bool blocking=true) argument
71 return attached && propagation ? attached->ChannelFlush(channel, hardFlush, propagation-1, blocking) : false;
88 size_t Put2(const byte *begin, size_t length, int messageEnd, bool blocking) argument
93 size_t ChannelPut2(const std::string &channel, const byte *begin, size_t length, int messageEnd, bool blocking) argument
103 virtual bool Flush(bool hardFlush, int propagation=-1, bool blocking=true) =0;
106 bool IsolatedFlush(bool hardFlush, bool blocking) {asser argument
125 Flush(bool hardFlush, int propagation=-1, bool blocking=true) argument
127 MessageSeriesEnd(int propagation=-1, bool blocking=true) argument
131 Put2(const byte *begin, size_t length, int messageEnd, bool blocking) argument
133 PutModifiable2(byte *inString, size_t length, int messageEnd, bool blocking) argument
144 ChannelPutModifiable2(const std::string &channel, byte *begin, size_t length, int messageEnd, bool blocking) argument
192 TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true) argument
203 Put2(const byte *begin, size_t length, int messageEnd, bool blocking) argument
[all...]
H A Dmqueue.cpp16 size_t MessageQueue::CopyRangeTo2(BufferedTransformation &target, lword &begin, lword end, const std::string &channel, bool blocking) const
21 return m_queue.CopyRangeTo2(target, begin, STDMIN(MaxRetrievable(), end), channel, blocking);
24 size_t MessageQueue::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel, bool blocking) argument
27 size_t blockedBytes = m_queue.TransferTo2(target, transferBytes, channel, blocking);
84 size_t EqualityComparisonFilter::ChannelPut2(const std::string &channel, const byte *inString, size_t length, int messageEnd, bool blocking) argument
86 if (!blocking)
92 return Output(3, inString, length, messageEnd, blocking, channel);
131 return HandleMismatchDetected(blocking);
135 bool EqualityComparisonFilter::ChannelMessageSeriesEnd(const std::string &channel, int propagation, bool blocking) argument
141 OutputMessageSeriesEnd(4, propagation, blocking, channe
164 HandleMismatchDetected(bool blocking) argument
[all...]
H A Dmqueue.h18 size_t Put2(const byte *begin, size_t length, int messageEnd, bool blocking) argument
29 bool IsolatedFlush(bool hardFlush, bool blocking) {return false;} argument
30 bool IsolatedMessageSeriesEnd(bool blocking) argument
38 size_t TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true);
39 size_t CopyRangeTo2(BufferedTransformation &target, lword &begin, lword end=LWORD_MAX, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true) const;
77 size_t ChannelPut2(const std::string &channel, const byte *begin, size_t length, int messageEnd, bool blocking);
78 bool ChannelMessageSeriesEnd(const std::string &channel, int propagation=-1, bool blocking=true);
82 bool HandleMismatchDetected(bool blocking);
H A Dfltrimpl.h23 if (messageEnd && Output(-1, NULL, 0, messageEnd, blocking)) \
32 if (Output(site, output, length, messageEnd, blocking, channel)) \
49 if (OutputModifiable(site, output, length, messageEnd, blocking)) \
60 if (modifiable ? OutputModifiable(site, output, length, messageEnd, blocking) : Output(site, output, length, messageEnd, blocking)) \
H A Dosrng.cpp137 void OS_GenerateRandomBlock(bool blocking, byte *output, size_t size) argument
140 if (blocking)
150 if (!blocking)
160 void AutoSeededRandomPool::Reseed(bool blocking, unsigned int seedSize) argument
163 OS_GenerateRandomBlock(blocking, seed, seedSize);
H A Dfilters.h25 size_t TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true);
26 size_t CopyRangeTo2(BufferedTransformation &target, lword &begin, lword end=LWORD_MAX, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true) const;
29 bool Flush(bool hardFlush, int propagation=-1, bool blocking=true);
30 bool MessageSeriesEnd(int propagation=-1, bool blocking=true);
41 size_t Output(int outputSite, const byte *inString, size_t length, int messageEnd, bool blocking, const std::string &channel=DEFAULT_CHANNEL);
42 size_t OutputModifiable(int outputSite, byte *inString, size_t length, int messageEnd, bool blocking, const std::string &channel=DEFAULT_CHANNEL);
43 bool OutputMessageEnd(int outputSite, int propagation, bool blocking, const std::string &channel=DEFAULT_CHANNEL);
44 bool OutputFlush(int outputSite, bool hardFlush, int propagation, bool blocking, const std::string &channel=DEFAULT_CHANNEL);
45 bool OutputMessageSeriesEnd(int outputSite, int propagation, bool blocking, const std::string &channel=DEFAULT_CHANNEL);
102 size_t Put2(const byte *begin, size_t length, int messageEnd, bool blocking);
153 Put2(const byte *inString, size_t length, int messageEnd, bool blocking) argument
157 PutModifiable2(byte *inString, size_t length, int messageEnd, bool blocking) argument
233 Put2(const byte *inString, size_t length, int messageEnd, bool blocking) argument
470 Put2(const byte *begin, size_t length, int messageEnd, bool blocking) argument
472 Flush(bool hardFlush, int propagation=-1, bool blocking=true) argument
474 MessageSeriesEnd(int propagation=-1, bool blocking=true) argument
479 ChannelPut2(const std::string &channel, const byte *begin, size_t length, int messageEnd, bool blocking) argument
481 ChannelPutModifiable2(const std::string &channel, byte *begin, size_t length, int messageEnd, bool blocking) argument
483 ChannelFlush(const std::string &channel, bool completeFlush, int propagation=-1, bool blocking=true) argument
485 ChannelMessageSeriesEnd(const std::string &channel, int propagation=-1, bool blocking=true) argument
509 Put2(const byte *begin, size_t length, int messageEnd, bool blocking) argument
511 PutModifiable2(byte *begin, size_t length, int messageEnd, bool blocking) argument
515 Flush(bool hardFlush, int propagation=-1, bool blocking=true) argument
517 MessageSeriesEnd(int propagation=-1, bool blocking=true) argument
522 ChannelPut2(const std::string &channel, const byte *begin, size_t length, int messageEnd, bool blocking) argument
524 ChannelPutModifiable2(const std::string &channel, byte *begin, size_t length, int messageEnd, bool blocking) argument
526 ChannelFlush(const std::string &channel, bool completeFlush, int propagation=-1, bool blocking=true) argument
528 ChannelMessageSeriesEnd(const std::string &channel, int propagation=-1, bool blocking=true) argument
595 Put2(const byte *begin, size_t length, int messageEnd, bool blocking) argument
760 Pump2(lword &byteCount, bool blocking=true) argument
762 PumpMessages2(unsigned int &messageCount, bool blocking=true) argument
764 PumpAll2(bool blocking=true) argument
[all...]
H A Dida.h25 size_t ChannelPut2(const std::string &channel, const byte *begin, size_t length, int messageEnd, bool blocking) argument
27 if (!blocking)
68 size_t Put2(const byte *begin, size_t length, int messageEnd, bool blocking);
69 bool Flush(bool hardFlush, int propagation=-1, bool blocking=true) {return m_ida.Flush(hardFlush, propagation, blocking);} argument
106 size_t Put2(const byte *begin, size_t length, int messageEnd, bool blocking);
107 bool Flush(bool hardFlush, int propagation=-1, bool blocking=true) {return m_ida.Flush(hardFlush, propagation, blocking);} argument
140 size_t Put2(const byte *begin, size_t length, int messageEnd, bool blocking);
H A Dosrng.h80 CRYPTOPP_DLL void CRYPTOPP_API OS_GenerateRandomBlock(bool blocking, byte *output, size_t size);
87 //! use blocking to choose seeding with BlockingRng or NonblockingRng. the parameter is ignored if only one of these is available
88 explicit AutoSeededRandomPool(bool blocking = false, unsigned int seedSize = 32)
89 {Reseed(blocking, seedSize);}
90 void Reseed(bool blocking = false, unsigned int seedSize = 32);
98 //! use blocking to choose seeding with BlockingRng or NonblockingRng. the parameter is ignored if only one of these is available
99 explicit AutoSeededX917RNG(bool blocking = false)
100 {Reseed(blocking);}
101 void Reseed(bool blocking = false, const byte *additionalEntropy = NULL, size_t length = 0);
120 void AutoSeededX917RNG<BLOCK_CIPHER>::Reseed(bool blocking, cons argument
[all...]
H A Dfilters.cpp51 size_t Filter::CopyRangeTo2(BufferedTransformation &target, lword &begin, lword end, const std::string &channel, bool blocking) const
53 return AttachedTransformation()->CopyRangeTo2(target, begin, end, channel, blocking);
56 size_t Filter::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel, bool blocking) argument
58 return AttachedTransformation()->TransferTo2(target, transferBytes, channel, blocking);
68 bool Filter::Flush(bool hardFlush, int propagation, bool blocking) argument
73 if (IsolatedFlush(hardFlush, blocking))
76 if (OutputFlush(1, hardFlush, propagation, blocking))
82 bool Filter::MessageSeriesEnd(int propagation, bool blocking) argument
87 if (IsolatedMessageSeriesEnd(blocking))
90 if (ShouldPropagateMessageSeriesEnd() && OutputMessageSeriesEnd(1, propagation, blocking))
102 OutputModifiable(int outputSite, byte *inString, size_t length, int messageEnd, bool blocking, const std::string &channel) argument
111 Output(int outputSite, const byte *inString, size_t length, int messageEnd, bool blocking, const std::string &channel) argument
120 OutputFlush(int outputSite, bool hardFlush, int propagation, bool blocking, const std::string &channel) argument
131 OutputMessageSeriesEnd(int outputSite, int propagation, bool blocking, const std::string &channel) argument
158 PutMaybeModifiable(byte *begin, size_t length, int messageEnd, bool blocking, bool modifiable) argument
468 IsolatedFlush(bool hardFlush, bool blocking) argument
504 Put2(const byte *begin, size_t length, int messageEnd, bool blocking) argument
510 Put2(const byte *begin, size_t length, int messageEnd, bool blocking) argument
534 Put2(const byte *begin, size_t length, int messageEnd, bool blocking) argument
[all...]
H A Dchannels.cpp145 size_t ChannelSwitch::ChannelPut2(const std::string &channel, const byte *begin, size_t length, int messageEnd, bool blocking) argument
158 if (m_it.Destination().ChannelPut2(m_it.Channel(), begin, length, messageEnd, blocking))
177 bool ChannelSwitch::ChannelFlush(const std::string &channel, bool completeFlush, int propagation, bool blocking) argument
190 if (m_it.Destination().ChannelFlush(m_it.Channel(), completeFlush, propagation, blocking))
202 bool ChannelSwitch::ChannelMessageSeriesEnd(const std::string &channel, int propagation, bool blocking) argument
242 size_t ChannelSwitch::ChannelPutModifiable2(const std::string &channel, byte *inString, size_t length, int messageEnd, bool blocking) argument
253 return target.ChannelPutModifiable2(targetChannel, inString, length, messageEnd, blocking);
256 return ChannelPut2(channel, inString, length, messageEnd, blocking);
H A Dqueue.h30 size_t Put2(const byte *inString, size_t length, int messageEnd, bool blocking);
38 size_t TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true);
39 size_t CopyRangeTo2(BufferedTransformation &target, lword &begin, lword end=LWORD_MAX, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true) const;
83 size_t TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true);
84 size_t CopyRangeTo2(BufferedTransformation &target, lword &begin, lword end=LWORD_MAX, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true) const;
H A Dcryptlib.cpp327 bool BufferedTransformation::Flush(bool hardFlush, int propagation, bool blocking) argument
330 return IsolatedFlush(hardFlush, blocking);
333 bool BufferedTransformation::MessageSeriesEnd(int propagation, bool blocking) argument
336 return IsolatedMessageSeriesEnd(blocking);
347 size_t BufferedTransformation::ChannelPut2(const std::string &channel, const byte *begin, size_t length, int messageEnd, bool blocking) argument
350 return Put2(begin, length, messageEnd, blocking);
355 size_t BufferedTransformation::ChannelPutModifiable2(const std::string &channel, byte *begin, size_t length, int messageEnd, bool blocking) argument
358 return PutModifiable2(begin, length, messageEnd, blocking);
360 return ChannelPut2(channel, begin, length, messageEnd, blocking);
363 bool BufferedTransformation::ChannelFlush(const std::string &channel, bool completeFlush, int propagation, bool blocking) argument
371 ChannelMessageSeriesEnd(const std::string &channel, int propagation, bool blocking) argument
487 TransferMessagesTo2(BufferedTransformation &target, unsigned int &messageCount, const std::string &channel, bool blocking) argument
536 TransferAllTo2(BufferedTransformation &target, const std::string &channel, bool blocking) argument
585 ChannelPutWord16(const std::string &channel, word16 value, ByteOrder order, bool blocking) argument
591 ChannelPutWord32(const std::string &channel, word32 value, ByteOrder order, bool blocking) argument
597 PutWord16(word16 value, ByteOrder order, bool blocking) argument
602 PutWord32(word32 value, ByteOrder order, bool blocking) argument
665 Put2(const byte *inString, size_t length, int messageEnd, bool blocking) argument
710 Put2(const byte *inString, size_t length, int messageEnd, bool blocking) argument
[all...]
H A Dcryptlib.h767 If a method takes a "blocking" parameter, and you
798 size_t Put(byte inByte, bool blocking=true) argument
799 {return Put(&inByte, 1, blocking);}
801 size_t Put(const byte *inString, size_t length, bool blocking=true) argument
802 {return Put2(inString, length, 0, blocking);}
805 size_t PutWord16(word16 value, ByteOrder order=BIG_ENDIAN_ORDER, bool blocking=true);
807 size_t PutWord32(word32 value, ByteOrder order=BIG_ENDIAN_ORDER, bool blocking=true);
817 size_t PutModifiable(byte *inString, size_t length, bool blocking=true) argument
818 {return PutModifiable2(inString, length, 0, blocking);}
820 bool MessageEnd(int propagation=-1, bool blocking argument
822 PutMessageEnd(const byte *inString, size_t length, int propagation=-1, bool blocking=true) argument
830 PutModifiable2(byte *inString, size_t length, int messageEnd, bool blocking) argument
848 IsolatedMessageSeriesEnd(bool blocking) argument
986 ChannelPut(const std::string &channel, byte inByte, bool blocking=true) argument
988 ChannelPut(const std::string &channel, const byte *inString, size_t length, bool blocking=true) argument
991 ChannelPutModifiable(const std::string &channel, byte *inString, size_t length, bool blocking=true) argument
997 ChannelMessageEnd(const std::string &channel, int propagation=-1, bool blocking=true) argument
999 ChannelPutMessageEnd(const std::string &channel, const byte *inString, size_t length, int propagation=-1, bool blocking=true) argument
[all...]
H A Dfiles.cpp53 size_t FileStore::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel, bool blocking) argument
78 blockedBytes = target.ChannelPutModifiable2(channel, m_space, m_len, 0, blocking);
92 size_t FileStore::CopyRangeTo2(BufferedTransformation &target, lword &begin, lword end, const std::string &channel, bool blocking) const
104 size_t blockedBytes = target.ChannelPut(channel, byte(result), blocking);
125 size_t blockedBytes = const_cast<FileStore *>(this)->TransferTo2(target, copyMax, channel, blocking);
174 bool FileSink::IsolatedFlush(bool hardFlush, bool blocking) argument
186 size_t FileSink::Put2(const byte *inString, size_t length, int messageEnd, bool blocking) argument
H A Dbasecode.h27 size_t Put2(const byte *begin, size_t length, int messageEnd, bool blocking);
50 size_t Put2(const byte *begin, size_t length, int messageEnd, bool blocking);
77 size_t Put2(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);
97 size_t ChannelPutModifiable2(const std::string &channel, byte *begin, size_t length, int messageEnd, bool blocking);
99 bool ChannelFlush(const std::string &channel, bool completeFlush, int propagation=-1, bool blocking=true);
100 bool ChannelMessageSeriesEnd(const std::string &channel, int propagation=-1, bool blocking=true);
H A Dfiles.h34 size_t TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true);
35 size_t CopyRangeTo2(BufferedTransformation &target, lword &begin, lword end=LWORD_MAX, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true) const;
87 size_t Put2(const byte *inString, size_t length, int messageEnd, bool blocking);
88 bool IsolatedFlush(bool hardFlush, bool blocking);
H A Dnetwork.h78 size_t Pump2(lword &byteCount, bool blocking=true) argument
79 {return GeneralPump2(byteCount, blocking, blocking ? INFINITE_TIME : 0);}
80 size_t PumpMessages2(unsigned int &messageCount, bool blocking=true);
124 bool IsolatedFlush(bool hardFlush, bool blocking);
196 size_t Put2(const byte *inString, size_t length, int messageEnd, bool blocking);
H A Dnetwork.cpp140 size_t NonblockingSource::PumpMessages2(unsigned int &messageCount, bool blocking) argument
150 RETURN_IF_NONZERO(Pump2(byteCount, blocking));
220 bool NonblockingSink::IsolatedFlush(bool hardFlush, bool blocking) argument
222 TimedFlush(blocking ? INFINITE_TIME : 0);
418 size_t NetworkSink::Put2(const byte *inString, size_t length, int messageEnd, bool blocking) argument
441 if (!blocking || m_buffer.CurrentSize() > m_autoFlushBound)
445 if (blocking)
450 assert(!blocking);
466 TimedFlush(blocking ? INFINITE_TIME : 0, 0);
H A Dzdeflate.h73 size_t Put2(const byte *inString, size_t length, int messageEnd, bool blocking);
74 bool IsolatedFlush(bool hardFlush, bool blocking);
H A Dqueue.cpp216 size_t ByteQueue::Put2(const byte *inString, size_t length, int messageEnd, bool blocking) argument
335 size_t ByteQueue::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel, bool blocking) argument
337 if (blocking)
361 size_t blockedBytes = walker.TransferTo2(target, transferBytes, channel, blocking);
367 size_t ByteQueue::CopyRangeTo2(BufferedTransformation &target, lword &begin, lword end, const std::string &channel, bool blocking) const
372 size_t blockedBytes = walker.TransferTo2(target, transferBytes, channel, blocking);
509 size_t ByteQueue::Walker::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel, bool blocking)
517 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);
552 size_t ByteQueue::Walker::CopyRangeTo2(BufferedTransformation &target, lword &begin, lword end, const std::string &channel, bool blocking) cons
[all...]
H A Drng.h58 size_t Put2(const byte *inString, size_t length, int messageEnd, bool blocking);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dmsgpool.h18 int front_len, int size, bool blocking,
H A Dmsgpool.c27 int front_len, int size, bool blocking, const char *name)
26 ceph_msgpool_init(struct ceph_msgpool *pool, int front_len, int size, bool blocking, const char *name) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/libipq/
H A Dlibipq.h51 u_int8_t blocking; member in struct:ipq_handle

Completed in 287 milliseconds

123