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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECPacket.cpp34 bool CECPacket::ReadFromSocket(CECSocket& socket) function in class:CECPacket
H A DECPacket.h63 bool ReadFromSocket(CECSocket& socket);
H A DECSocket.h292 void ReadFromSocket(CECSocket *sock, size_t len);
H A DECSocket.cpp185 void CQueuedData::ReadFromSocket(CECSocket *sock, size_t len) function in class:CQueuedData
383 m_curr_rx_data->ReadFromSocket(this, m_bytes_needed);
842 if (!packet->ReadFromSocket(*this)) {
H A DECTag.h201 bool ReadFromSocket(CECSocket& socket);
H A DECTag.cpp412 bool CECTag::ReadFromSocket(CECSocket& socket) function in class:CECTag
483 if (!tag.ReadFromSocket(socket)) {

Completed in 56 milliseconds