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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DThrottledSocket.h49 virtual SocketSentBytes SendFileAndControlData(uint32 maxNumberOfBytesToSend, uint32 minFragSize) = 0;
H A DClientTCPSocket.h75 virtual SocketSentBytes SendFileAndControlData(uint32 maxNumberOfBytesToSend, uint32 overchargeMaxBytesToSend);
H A DEMSocket.h70 virtual SocketSentBytes SendFileAndControlData(uint32 maxNumberOfBytesToSend, uint32 minFragSize) { return Send(maxNumberOfBytesToSend, minFragSize, false); }; function in class:CEMSocket
H A DUploadBandwidthThrottler.cpp398 SocketSentBytes socketSentBytes = socket->SendFileAndControlData(neededBytes, minFragSize);
424 SocketSentBytes socketSentBytes = socket->SendFileAndControlData(data, doubleSendSize);
H A DClientTCPSocket.cpp2068 SocketSentBytes CClientTCPSocket::SendFileAndControlData(uint32 maxNumberOfBytesToSend, uint32 overchargeMaxBytesToSend) function in class:CClientTCPSocket
2070 SocketSentBytes returnStatus = CEMSocket::SendFileAndControlData(maxNumberOfBytesToSend, overchargeMaxBytesToSend);

Completed in 46 milliseconds