Searched refs:blockedBytes (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 Dfiles.cpp76 size_t blockedBytes; local
78 blockedBytes = target.ChannelPutModifiable2(channel, m_space, m_len, 0, blocking);
79 m_waiting = blockedBytes > 0;
81 return blockedBytes;
104 size_t blockedBytes = target.ChannelPut(channel, byte(result), blocking); local
105 begin += 1-blockedBytes;
106 return blockedBytes;
125 size_t blockedBytes = const_cast<FileStore *>(this)->TransferTo2(target, copyMax, channel, blocking); local
127 if (blockedBytes)
130 return blockedBytes;
[all...]
H A Dqueue.cpp361 size_t blockedBytes = walker.TransferTo2(target, transferBytes, channel, blocking); local
363 return blockedBytes;
372 size_t blockedBytes = walker.TransferTo2(target, transferBytes, channel, blocking); local
374 return blockedBytes;
512 size_t blockedBytes = 0;
517 blockedBytes = target.ChannelPut2(channel, m_node->buf+m_node->m_head+m_offset, len, 0, blocking);
519 if (blockedBytes)
538 blockedBytes = target.ChannelPut2(channel, m_lazyString, len, 0, blocking);
539 if (blockedBytes)
549 return blockedBytes;
[all...]
H A Dmqueue.cpp27 size_t blockedBytes = m_queue.TransferTo2(target, transferBytes, channel, blocking); local
29 return blockedBytes;
H A Dcryptlib.cpp496 size_t blockedBytes; local
502 blockedBytes = TransferTo2(target, transferredBytes, channel, blocking);
503 if (blockedBytes > 0)
504 return blockedBytes;
548 size_t blockedBytes = TransferMessagesTo2(target, messageCount, channel, blocking); local
549 if (blockedBytes)
550 return blockedBytes;
558 size_t blockedBytes = TransferTo2(target, byteCount, channel, blocking); local
559 if (blockedBytes)
560 return blockedBytes;
[all...]
H A Dfilters.cpp1059 size_t blockedBytes = CopyRangeTo2(target, position, transferBytes, channel, blocking);
1062 return blockedBytes;
1069 size_t blockedBytes = target.ChannelPut2(channel, m_store+i, len, 0, blocking);
1070 if (!blockedBytes)
1072 return blockedBytes;
1101 size_t blockedBytes = target.ChannelPut2(channel, nullBytes, len, 0, blocking);
1102 if (blockedBytes)
1103 return blockedBytes;
1112 size_t blockedBytes = NullStore::CopyRangeTo2(target, begin, transferBytes, channel, blocking);
1115 return blockedBytes;
[all...]
H A Dnetwork.cpp453 size_t blockedBytes = UnsignedMin(length, m_buffer.CurrentSize() - targetSize); local
454 return STDMAX<size_t>(blockedBytes, 1);
H A Dasn.cpp457 size_t blockedBytes = m_inQueue.TransferTo2(target, transferBytes, channel, blocking); local
459 return blockedBytes;

Completed in 119 milliseconds