Searched refs:m_error (Results 1 - 25 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dsckfile.cpp34 m_error = wxPROTO_NOERR;
46 m_error = wxPROTO_NOERR;
51 m_error = wxPROTO_NOFILE;
H A Durl.cpp78 m_error = wxURL_NOERR;
138 m_error = wxURL_SNTXERR;
145 m_error = wxURL_NOPROTO;
155 m_error = wxURL_SNTXERR;
174 m_error = wxURL_NOERR;
235 m_error = wxURL_NOPROTO;
239 m_error = wxURL_NOERR;
274 m_error = wxURL_NOHOST;
282 m_error = wxURL_CONNERR;
309 m_error
[all...]
H A Dsocket.cpp186 m_error = false;
278 // The following IO operations update m_error and m_lcount:
281 // TODO: Should Connect, Accept and AcceptWith update m_error?
312 m_error = (m_lcount != nbytes);
314 m_error = (m_lcount == 0);
474 m_error = error;
492 m_error = (m_lcount != nbytes);
494 m_error = (m_lcount == 0);
511 m_error = (m_lcount != nbytes);
513 m_error
[all...]
H A Dfile.cpp190 m_error = false;
319 m_error = true;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/protocol/
H A Dfile.h25 wxProtocolError m_error; member in class:wxFileProto
30 wxProtocolError GetError() { return m_error; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/mmedia/
H A Dmmbman.h61 void SetError(wxUint8 error) { m_error = error; }
62 wxUint8 GetError() const { return m_error; }
65 wxUint8 m_error; member in class:MMBoardFile
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dgsocket.cpp172 m_error = GSOCK_NOERROR;
259 m_error = GSOCK_INVSOCK;
266 m_error = GSOCK_INVADDR;
285 m_error = GSOCK_INVADDR;
313 m_error = GSOCK_INVSOCK;
319 m_error = GSOCK_IOERR;
326 m_error = GSOCK_MEMERR;
333 m_error = err;
372 m_error = GSOCK_INVSOCK;
379 m_error
[all...]
H A Durlmsw.cpp40 wxProtocolError GetError() { return m_error; }
50 wxProtocolError m_error; member in class:wxHTTPDummyProto
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Durl.h58 wxURLError GetError() const { return m_error; }
62 { *this = url; return m_error; }
65 { return m_error == wxURL_NOERR; }
110 wxURLError m_error; member in class:wxURL
H A Dfile.h74 wxFile() { m_fd = fd_invalid; m_error = false; }
78 wxFile(int lfd) { m_fd = lfd; m_error = false; }
90 void Attach(int lfd) { Close(); m_fd = lfd; m_error = false; }
127 bool Error() const { return m_error; }
142 bool m_error; // error memory member in class:wxFile
H A Dsocket.h113 inline bool Error() const { return m_error; }
199 bool m_error; // did last IO call fail? member in class:wxSocketBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dgsocket.cpp274 m_error = GSOCK_NOERROR;
359 m_error = GSOCK_INVSOCK;
366 m_error = GSOCK_INVADDR;
385 m_error = GSOCK_INVADDR;
412 m_error = GSOCK_INVSOCK;
433 m_error = GSOCK_MEMERR;
441 m_error = err;
478 m_error = GSOCK_INVSOCK;
485 m_error = GSOCK_INVADDR;
501 m_error
[all...]
H A Dcfsocket.cpp110 GSocketError m_error; member in struct:_GSocket
138 GSocketError m_error; member in struct:_GAddress
214 m_error = false;
308 // The following IO operations update m_error and m_lcount:
311 // TODO: Should Connect, Accept and AcceptWith update m_error?
336 m_error = (m_lcount != nbytes);
338 m_error = (m_lcount == 0);
502 m_error = error;
520 m_error = (m_lcount != nbytes);
522 m_error
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dgsocket.c281 socket->m_error = GSOCK_NOERROR;
370 socket->m_error = GSOCK_INVSOCK;
377 socket->m_error = GSOCK_INVADDR;
396 socket->m_error = GSOCK_INVADDR;
423 socket->m_error = GSOCK_INVSOCK;
444 socket->m_error = GSOCK_MEMERR;
452 socket->m_error = err;
489 sck->m_error = GSOCK_INVSOCK;
496 sck->m_error = GSOCK_INVADDR;
512 sck->m_error
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dgsocket.cpp530 m_error = GSOCK_NOERROR;
631 m_error = GSOCK_INVSOCK;
638 m_error = GSOCK_INVADDR;
657 m_error = GSOCK_INVADDR;
685 m_error = GSOCK_INVSOCK;
691 m_error = GSOCK_IOERR;
699 m_error = GSOCK_MEMERR;
707 m_error = err;
746 m_error = GSOCK_INVSOCK;
753 m_error
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dgsockmac.h40 GSocketError m_error; member in struct:_GSocket
62 GSocketError m_error; member in struct:_GAddress
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DFileArea.h120 bool m_error; member in class:CFileArea
H A DHTTPDownload.h62 int m_error; //! Additional error code (@see wxProtocol class) member in class:CHTTPDownloadThread
H A DFileArea.cpp117 cur->m_error = true;
182 : m_buffer(NULL), m_mmap_buffer(NULL), m_length(0), m_next(NULL), m_file(NULL), m_error(false)
298 bool err = m_error;
299 m_error = false;
H A DThreadTasks.h166 bool m_error; member in class:CCompletionTask
258 bool m_error; member in class:CCompletionEvent
H A DThreadTasks.cpp408 m_error(false)
461 m_error = true;
489 CCompletionEvent evt(m_error, m_owner, m_newName);
660 m_error(errorOccured)
667 return new CCompletionEvent(m_error, m_owner, m_fullPath);
673 return m_error;
H A DHTTPDownload.cpp233 throw wxString(CFormat(_("The URL %s returned: %i - Error (%i)!")) % m_url % m_response % m_error); local
388 m_error = url_handler->GetError();
392 AddDebugLogLineN(logHTTP, CFormat(wxT("Response: %i (Error: %i)")) % m_response % m_error);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dgsockmac.h92 GSocketError m_error; member in class:GSocket
119 GSocketError m_error; member in struct:_GAddress
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/unix/
H A Dgsockunx.h87 GSocketError m_error; member in class:GSocket
117 GSocketError m_error; member in struct:_GAddress
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dgsockmsw.h96 GSocketError m_error; member in class:GSocket
126 GSocketError m_error; member in struct:_GAddress

Completed in 304 milliseconds

12