Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dftp.c99 static int ftp_close(URLContext *h);
772 ftp_close(h); in ftp_open()
902 static int ftp_close(URLContext *h) in ftp_close() function
1128 ftp_close(h); in ftp_delete()
1169 ftp_close(h_src); in ftp_move()
1179 .url_close = ftp_close,