Home
last modified time | relevance | path

Searched refs:FTP_PORT (Results 1 – 5 of 5) sorted by relevance

/third_party/curl/lib/
Dftp.h71 FTP_PORT, /* generic state for PORT, LPRT and EPRT, check count1 */ enumerator
Dftp.c1305 state(data, FTP_PORT); in ftp_state_use_port()
3079 case FTP_PORT: in ftp_statemachine()
/third_party/python/Lib/
Dftplib.py51 FTP_PORT = 21 variable
100 port = FTP_PORT
/third_party/python/Lib/test/
Dtest_urllib2.py732 "localhost", ftplib.FTP_PORT, "", "", "I",
735 "localhost", ftplib.FTP_PORT, "parrot", "", "I",
738 "localhost", ftplib.FTP_PORT, "%parrot", "", "I",
741 "localhost", ftplib.FTP_PORT, "%42parrot", "", "I",
747 "localhost", ftplib.FTP_PORT, "", "", "A",
/third_party/python/Lib/urllib/
Drequest.py1540 port = ftplib.FTP_PORT
2057 port = ftplib.FTP_PORT