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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dsckstrm.cpp80 : m_i_socket(&s)
90 size_t ret = m_i_socket->Read((char *)buffer, size).LastCount();
91 m_lasterror = m_i_socket->Error() ? wxSTREAM_READ_ERROR : wxSTREAM_NO_ERROR;
99 while ( count < size && m_i_socket->WaitForRead() )
101 const size_t ret = m_i_socket->Read(buf, size - count).LastCount();
106 if ( m_i_socket->Error() )
108 if (m_i_socket->LastError() != wxSOCKET_WOULDBLOCK)
H A Dftp.cpp514 delete m_i_socket; // keep at top
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dsckstrm.h51 wxSocketBase *m_i_socket; member in class:wxSocketInputStream

Completed in 66 milliseconds