Searched defs:blockedBytes (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfiles.cpp76 size_t blockedBytes; local
104 size_t blockedBytes = target.ChannelPut(channel, byte(result), blocking); local
125 size_t blockedBytes = const_cast<FileStore *>(this)->TransferTo2(target, copyMax, channel, blocking); local
[all...]
H A Dmqueue.cpp27 size_t blockedBytes = m_queue.TransferTo2(target, transferBytes, channel, blocking); local
H A Dnetwork.cpp453 size_t blockedBytes = UnsignedMin(length, m_buffer.CurrentSize() - targetSize); local
H A Dasn.cpp457 size_t blockedBytes = m_inQueue.TransferTo2(target, transferBytes, channel, blocking); local
H A Dqueue.cpp361 size_t blockedBytes = walker.TransferTo2(target, transferBytes, channel, blocking); local
372 size_t blockedBytes = walker.TransferTo2(target, transferBytes, channel, blocking); local
[all...]
H A Dcryptlib.cpp496 size_t blockedBytes; local
548 size_t blockedBytes = TransferMessagesTo2(target, messageCount, channel, blocking); local
558 size_t blockedBytes = TransferTo2(target, byteCount, channel, blocking); local
[all...]

Completed in 128 milliseconds