Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dftp.c78 } FTPContext; typedef
80 #define OFFSET(x) offsetof(FTPContext, x)
101 static int ftp_getc(FTPContext *s) in ftp_getc()
118 static int ftp_get_line(FTPContext *s, char *line, int line_size) in ftp_get_line()
146 static int ftp_status(FTPContext *s, char **line, const int response_codes[]) in ftp_status()
207 static int ftp_send_command(FTPContext *s, const char *command, in ftp_send_command()
232 static void ftp_close_data_connection(FTPContext *s) in ftp_close_data_connection()
238 static void ftp_close_both_connections(FTPContext *s) in ftp_close_both_connections()
244 static int ftp_auth(FTPContext *s) in ftp_auth()
276 static int ftp_passive_mode_epsv(FTPContext *
[all...]

Completed in 2 milliseconds