Searched refs:GetLastResult (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Devtloop.cpp104 switch ( ms_buffer->GetLastResult() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/protocol/
H A Dftp.h6 // 20000917 : RmDir, GetLastResult, GetList
62 const wxString& GetLastResult() { return m_lastResult; } function in class:wxFTP
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Ddefault.cpp248 return m_hashVerifier->GetLastResult();
H A Dfilters.h322 bool GetLastResult() const {return m_verified;} function in class:HashVerificationFilter
372 bool GetLastResult() const {return m_hashVerifier.GetLastResult();} function in class:AuthenticatedDecryptionFilter
420 bool GetLastResult() const {return m_verified;} function in class:SignatureVerificationFilter
H A Ddatatest.cpp207 if (verifierFilter.GetLastResult() == (test == "NotVerify"))
468 if (df.GetLastResult() != (test == "Encrypt"))
515 if (verifierFilter.GetLastResult() == (test == "NotVerify"))
H A Dtest.cpp449 return verifierFilter->GetLastResult();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dftp.cpp6 // 20000917 : RmDir, GetLastResult, GetList
911 if ( wxSscanf(GetLastResult().c_str(), _T("%i %i"),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dftp.tex149 \membersection{wxFTP::GetLastResult}\label{wxftpgetlastresult}
151 \func{const wxString\&}{GetLastResult}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Dwrapdfb.h89 DFBResult GetLastResult() const { return m_lastResult; } function in class:wxDfbWrapperBase
100 so that it can be obtained by calling GetLastResult().
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp2603 wxPrintf(_T("STAT returned:\n\n%s\n"), ftp.GetLastResult().c_str());
2613 ftp.GetLastResult().c_str());
2667 wxPrintf(_T(", server reply:\n%s\n\n"), ftp.GetLastResult().c_str());
2697 file1, ftp.GetLastResult().c_str());

Completed in 210 milliseconds