Home
last modified time | relevance | path

Searched defs:ftp_open (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Dftp.c750 static int ftp_open(URLContext *h, const char *url, int flags) in ftp_open() function
/third_party/python/Lib/urllib/
Drequest.py1532 def ftp_open(self, req): member in FTPHandler