Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dftp.c750 static int ftp_open(URLContext *h, const char *url, int flags) in ftp_open() function
1175 .url_open = ftp_open,
/third_party/python/Lib/test/
Dtest_urllib2.py752 r = h.ftp_open(req)
/third_party/python/Lib/urllib/
Drequest.py1532 def ftp_open(self, req): member in FTPHandler
/third_party/python/Doc/library/
Durllib.request.rst1111 .. method:: FTPHandler.ftp_open(req)