Home
last modified time | relevance | path

Searched refs:DoSimpleCommand (Results 1 – 25 of 58) sorted by relevance

123

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dftp.cpp400 if ( !DoSimpleCommand(wxT("TYPE"), mode) ) in SetTransferMode()
415 bool wxFTP::DoSimpleCommand(const wxChar *command, const wxString& arg) in DoSimpleCommand() function in wxFTP
441 return DoSimpleCommand(wxT("CWD"), dir); in ChDir()
446 return DoSimpleCommand(wxT("MKD"), dir); in MkDir()
451 return DoSimpleCommand(wxT("RMD"), dir); in RmDir()
601 if ( !DoSimpleCommand(wxT("PORT"), port) ) in GetActivePort()
616 if ( !DoSimpleCommand(wxT("PASV")) ) in GetPassivePort()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dftp.cpp378 if ( !DoSimpleCommand(_T("TYPE"), mode) ) in SetTransferMode()
393 bool wxFTP::DoSimpleCommand(const wxChar *command, const wxString& arg) in DoSimpleCommand() function in wxFTP
417 return DoSimpleCommand(_T("CWD"), dir); in ChDir()
422 return DoSimpleCommand(_T("MKD"), dir); in MkDir()
427 return DoSimpleCommand(_T("RMD"), dir); in RmDir()
688 if ( !DoSimpleCommand(_T("PORT"), port) ) in GetActivePort()
702 if ( !DoSimpleCommand(_T("PASV")) ) in GetPassivePort()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dftp.cpp378 if ( !DoSimpleCommand(_T("TYPE"), mode) ) in SetTransferMode()
393 bool wxFTP::DoSimpleCommand(const wxChar *command, const wxString& arg) in DoSimpleCommand() function in wxFTP
417 return DoSimpleCommand(_T("CWD"), dir); in ChDir()
422 return DoSimpleCommand(_T("MKD"), dir); in MkDir()
427 return DoSimpleCommand(_T("RMD"), dir); in RmDir()
688 if ( !DoSimpleCommand(_T("PORT"), port) ) in GetActivePort()
702 if ( !DoSimpleCommand(_T("PASV")) ) in GetPassivePort()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dftp.cpp378 if ( !DoSimpleCommand(_T("TYPE"), mode) ) in SetTransferMode()
393 bool wxFTP::DoSimpleCommand(const wxChar *command, const wxString& arg) in DoSimpleCommand() function in wxFTP
417 return DoSimpleCommand(_T("CWD"), dir); in ChDir()
422 return DoSimpleCommand(_T("MKD"), dir); in MkDir()
427 return DoSimpleCommand(_T("RMD"), dir); in RmDir()
688 if ( !DoSimpleCommand(_T("PORT"), port) ) in GetActivePort()
702 if ( !DoSimpleCommand(_T("PASV")) ) in GetPassivePort()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dftp.cpp378 if ( !DoSimpleCommand(_T("TYPE"), mode) ) in SetTransferMode()
393 bool wxFTP::DoSimpleCommand(const wxChar *command, const wxString& arg) in DoSimpleCommand() function in wxFTP
417 return DoSimpleCommand(_T("CWD"), dir); in ChDir()
422 return DoSimpleCommand(_T("MKD"), dir); in MkDir()
427 return DoSimpleCommand(_T("RMD"), dir); in RmDir()
688 if ( !DoSimpleCommand(_T("PORT"), port) ) in GetActivePort()
702 if ( !DoSimpleCommand(_T("PASV")) ) in GetPassivePort()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dftp.cpp400 if ( !DoSimpleCommand(wxT("TYPE"), mode) ) in SetTransferMode()
415 bool wxFTP::DoSimpleCommand(const wxChar *command, const wxString& arg) in DoSimpleCommand() function in wxFTP
441 return DoSimpleCommand(wxT("CWD"), dir); in ChDir()
446 return DoSimpleCommand(wxT("MKD"), dir); in MkDir()
451 return DoSimpleCommand(wxT("RMD"), dir); in RmDir()
601 if ( !DoSimpleCommand(wxT("PORT"), port) ) in GetActivePort()
616 if ( !DoSimpleCommand(wxT("PASV")) ) in GetPassivePort()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dftp.cpp397 if ( !DoSimpleCommand(wxT("TYPE"), mode) ) in SetTransferMode()
412 bool wxFTP::DoSimpleCommand(const wxChar *command, const wxString& arg) in DoSimpleCommand() function in wxFTP
438 return DoSimpleCommand(wxT("CWD"), dir); in ChDir()
443 return DoSimpleCommand(wxT("MKD"), dir); in MkDir()
448 return DoSimpleCommand(wxT("RMD"), dir); in RmDir()
604 if ( !DoSimpleCommand(wxT("PORT"), port) ) in GetActivePort()
619 if ( !DoSimpleCommand(wxT("PASV")) ) in GetPassivePort()
/dports/emulators/mednafen/mednafen/src/ss/
H A Dssf.cpp133 static MDFN_COLD void DoSimpleCommand(int cmd) in DoSimpleCommand() function
199 DoSimpleCommand,
/dports/emulators/mednafen/mednafen/src/sms/
H A Dsystem.cpp360 static void DoSimpleCommand(int cmd) in DoSimpleCommand() function
462 DoSimpleCommand,
514 DoSimpleCommand,
/dports/games/libretro-beetle_pce/beetle-pce-libretro-945b7a7/mednafen/pce/
H A Dpce.h30 extern void DoSimpleCommand(int cmd);
/dports/games/libretro-beetle_supergrafx/beetle-supergrafx-libretro-c4dd156/mednafen/pce_fast/
H A Dpce.h38 void DoSimpleCommand(int cmd);
/dports/emulators/mednafen/mednafen/src/ngp/
H A Dneopop.cpp289 static void DoSimpleCommand(int cmd) in DoSimpleCommand() function
418 DoSimpleCommand,
/dports/emulators/mednafen/mednafen/src/lynx/
H A Dsystem.cpp383 static void DoSimpleCommand(int cmd) in DoSimpleCommand() function
474 DoSimpleCommand,
/dports/games/libretro-beetle_gba/beetle-gba-libretro-8d1e421/mednafen/gba/
H A DGBA.h147 void DoSimpleCommand(int cmd);
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/protocol/
H A Dftp.h124 bool DoSimpleCommand(const wxChar *command,
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/protocol/
H A Dftp.h124 bool DoSimpleCommand(const wxChar *command,
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/protocol/
H A Dftp.h124 bool DoSimpleCommand(const wxChar *command,
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/protocol/
H A Dftp.h124 bool DoSimpleCommand(const wxChar *command,
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/protocol/
H A Dftp.h121 bool DoSimpleCommand(const wxChar *command,
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/protocol/
H A Dftp.h121 bool DoSimpleCommand(const wxChar *command,
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/protocol/
H A Dftp.h121 bool DoSimpleCommand(const wxChar *command,
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/protocol/
H A Dftp.h131 bool DoSimpleCommand(const wxChar *command,
/dports/emulators/mednafen/mednafen/src/wswan/
H A Dmain.cpp493 static void DoSimpleCommand(int cmd) in DoSimpleCommand() function
692 DoSimpleCommand,
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/
H A Dgit.h337 void (*DoSimpleCommand)(int cmd); member
/dports/emulators/mednafen/mednafen/src/cdplay/
H A Dcdplay.cpp497 static void DoSimpleCommand(int cmd) in DoSimpleCommand() function
581 DoSimpleCommand,

123