Searched refs:CheckCommand (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 Dftp.cpp150 if ( !CheckCommand(command, '2') )
178 if ( !CheckCommand(wxT("QUIT"), '2') )
401 if ( !CheckCommand(fullcmd, '2') )
434 if ( CheckCommand(wxT("PWD"), '2') )
436 // the result is at least that long if CheckCommand() succeeded
482 if ( !CheckCommand(str, '3') )
487 return CheckCommand(str, '2');
495 return CheckCommand(str, '2');
751 if ( !CheckCommand(wxT("ABOR"), '4') )
771 if ( !CheckCommand(tmp_st
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/protocol/
H A Dftp.h69 bool CheckCommand(const wxString& command, char expectedReturn) function in class:wxFTP
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dftp.tex129 \membersection{wxFTP::CheckCommand}\label{wxftpcheckcommand}
131 \func{bool}{CheckCommand}{\param{const wxString\&}{ command}, \param{char }{ret}}

Completed in 100 milliseconds