Home
last modified time | relevance | path

Searched refs:ftp_open (Results 1 – 8 of 8) sorted by relevance

/external/syslinux/gpxe/src/net/tcp/
Dftp.c479 static int ftp_open ( struct xfer_interface *xfer, struct uri *uri ) { in ftp_open() function
528 .open = ftp_open,
/external/syslinux/efi/
Dpxe.c14 { "ftp", ftp_open, O_DIRECTORY },
/external/syslinux/core/fs/pxe/
Dpxe.h257 void ftp_open(struct url_info *url, int flags, struct inode *inode,
Dftp.c185 void ftp_open(struct url_info *url, int flags, struct inode *inode, in ftp_open() function
Dcore.c14 { "ftp", ftp_open, O_DIRECTORY },
/external/python/cpython2/Lib/
Durllib2.py1380 def ftp_open(self, req): member in FTPHandler
/external/python/cpython2/Lib/test/
Dtest_urllib2.py668 r = h.ftp_open(req)
/external/python/cpython2/Doc/library/
Durllib2.rst890 .. method:: FTPHandler.ftp_open(req)