Home
last modified time | relevance | path

Searched refs:ftp_connect (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dftp.c684 static int ftp_connect(URLContext *h, const char *url) in ftp_connect() function
757 if ((err = ftp_connect(h, url)) < 0) in ftp_open()
947 if ((ret = ftp_connect(h, h->filename)) < 0) in ftp_open_dir()
1102 if ((ret = ftp_connect(h, h->filename)) < 0) in ftp_delete()
1140 if ((ret = ftp_connect(h_src, h_src->filename)) < 0) in ftp_move()
/third_party/curl/lib/
H A Dftp.c128 static CURLcode ftp_connect(struct Curl_easy *data, bool *done);
163 ftp_connect, /* connect_it */
194 ftp_connect, /* connect_it */
3174 * ftp_connect() should do everything that is to be considered a part of
3181 static CURLcode ftp_connect(struct Curl_easy *data, in ftp_connect() function
3587 /* the ftp struct is inited in ftp_connect(). If we are connecting to an HTTP in ftp_do_more()
4126 /* the ftp struct is already inited in ftp_connect() */ in ftp_parse_url_path()

Completed in 8 milliseconds