HomeSort by relevance Sort by last modified time
    Searched refs:ftp_open (Results 1 - 13 of 13) sorted by null

  /external/syslinux/efi/
pxe.c 14 { "ftp", ftp_open, O_DIRECTORY },
  /external/syslinux/core/fs/pxe/
pxe.h 257 void ftp_open(struct url_info *url, int flags, struct inode *inode,
core.c 14 { "ftp", ftp_open, O_DIRECTORY },
ftp.c 185 void ftp_open(struct url_info *url, int flags, struct inode *inode, function
  /external/syslinux/gpxe/src/net/tcp/
ftp.c 479 static int ftp_open ( struct xfer_interface *xfer, struct uri *uri ) { function
528 .open = ftp_open,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_urllib2.py 360 [["http_error", "ftp_open"], ["http_open"]]
362 defines methods .http_error() and .ftp_open() on one handler, and
473 ["http_open", "ftp_open", "http_error_302"],
474 ["ftp_open"],
647 r = h.ftp_open(req)
    [all...]
  /external/python/cpython2/Lib/test/
test_urllib2.py 380 [["http_error", "ftp_open"], ["http_open"]]
382 defines methods .http_error() and .ftp_open() on one handler, and
493 ["http_open", "ftp_open", "http_error_302"],
494 ["ftp_open"],
668 r = h.ftp_open(req)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllib2.py 365 [["http_error", "ftp_open"], ["http_open"]]
367 defines methods .http_error() and .ftp_open() on one handler, and
478 ["http_open", "ftp_open", "http_error_302"],
479 ["ftp_open"],
653 r = h.ftp_open(req)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urllib2.py 365 [["http_error", "ftp_open"], ["http_open"]]
367 defines methods .http_error() and .ftp_open() on one handler, and
478 ["http_open", "ftp_open", "http_error_302"],
479 ["ftp_open"],
653 r = h.ftp_open(req)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 365 [["http_error", "ftp_open"], ["http_open"]]
367 defines methods .http_error() and .ftp_open() on one handler, and
478 ["http_open", "ftp_open", "http_error_302"],
479 ["ftp_open"],
653 r = h.ftp_open(req)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 365 [["http_error", "ftp_open"], ["http_open"]]
367 defines methods .http_error() and .ftp_open() on one handler, and
478 ["http_open", "ftp_open", "http_error_302"],
479 ["ftp_open"],
653 r = h.ftp_open(req)
    [all...]
  /external/python/cpython3/Lib/test/
test_urllib2.py 420 [["http_error", "ftp_open"], ["http_open"]]
422 defines methods .http_error() and .ftp_open() on one handler, and
560 ["http_open", "ftp_open", "http_error_302"],
561 ["ftp_open"],
742 r = h.ftp_open(req)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib2.py 1346 def ftp_open(self, req): member in class:FTPHandler
    [all...]

Completed in 366 milliseconds