Searched refs:ReadBuffer (Results 1 - 7 of 7) 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 DECSocket.cpp579 if (!ReadBuffer(mb, 1)) return false;
581 if (remains) if (!ReadBuffer(&(mb[1]), remains)) return false;
589 if ( !ReadBuffer(buffer, len) ) {
630 bool CECSocket::ReadBuffer(void *buffer, size_t len) function in class:CECSocket
636 AddDebugLogLineN(logEC, wxT("ReadBuffer: ZLib error"));
644 AddDebugLogLineN(logEC, wxT("ReadBuffer: ZLib error"));
654 AddDebugLogLineN(logEC, CFormat(wxT("ReadBuffer: %d < %d")) % read % len);
H A DECSocket.h222 bool ReadBuffer(void *buffer, size_t len);
H A DECTag.cpp438 if (!socket.ReadBuffer(m_tagData, m_dataLen)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/delphi/
H A DZLib.pas547 ReadBuffer(Buf, sizeof(Buf));
548 ReadBuffer(Buf, Offset mod sizeof(Buf));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/delphi/
H A DZLib.pas547 ReadBuffer(Buf, sizeof(Buf));
548 ReadBuffer(Buf, Offset mod sizeof(Buf));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/delphi/
H A DZLib.pas547 ReadBuffer(Buf, sizeof(Buf));
548 ReadBuffer(Buf, Offset mod sizeof(Buf));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/delphi/
H A DZLib.pas547 ReadBuffer(Buf, sizeof(Buf));
548 ReadBuffer(Buf, Offset mod sizeof(Buf));

Completed in 93 milliseconds