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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dftp.cpp82 m_lastError = wxPROTO_NOERR;
117 m_lastError = wxPROTO_NETERR;
123 m_lastError = wxPROTO_CONNERR;
172 m_lastError = wxPROTO_STREAMING;
199 m_lastError = wxPROTO_STREAMING;
207 m_lastError = wxPROTO_NETERR;
259 m_lastError = ReadLine(this,line);
260 if ( m_lastError )
341 m_lastError = wxPROTO_PROTERR;
630 m_lastError
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Ddde.h106 int m_lastError; member in class:wxDDEServer
136 int m_lastError; member in class:wxDDEClient
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/protocol/
H A Dftp.h59 virtual wxProtocolError GetError() { return m_lastError; }
152 wxProtocolError m_lastError; member in class:wxFTP
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DProxy.cpp289 m_lastError = wxSOCKET_NOERROR;
292 m_lastError = m_proxyClientSocket->LastError();
293 m_ok = m_lastError == wxSOCKET_WOULDBLOCK;
309 m_lastError = wxSOCKET_NOERROR;
312 m_lastError = m_proxyClientSocket->LastError();
313 m_ok = m_lastError == wxSOCKET_WOULDBLOCK;
H A DProxy.h275 wxSocketError m_lastError; member in class:CProxyStateMachine

Completed in 78 milliseconds