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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dnetwork.cpp166 size_t curBufSize = GetCurrentBufferSize(); local
167 if (curBufSize <= targetSize && (targetSize || !EofPending()))
182 size_t flushSize = UnsignedMin(curBufSize - targetSize, ComputeCurrentTransceiveLimit());
186 size_t ret = (size_t)DoFlush(timeToGo, curBufSize - flushSize);
190 curBufSize -= ret;
195 if (curBufSize <= targetSize && (targetSize || !EofPending()))

Completed in 37 milliseconds