Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dlibssh.c42 } LIBSSHContext; typedef
44 static av_cold int libssh_create_ssh_session(LIBSSHContext *libssh, const char* hostname, unsigned … in libssh_create_ssh_session()
72 static av_cold int libssh_authentication(LIBSSHContext *libssh, const char *user, const char *passw… in libssh_authentication()
121 static av_cold int libssh_create_sftp_session(LIBSSHContext *libssh) in libssh_create_sftp_session()
136 static av_cold int libssh_open_file(LIBSSHContext *libssh, int flags, const char *file) in libssh_open_file()
160 static av_cold void libssh_stat_file(LIBSSHContext *libssh) in libssh_stat_file()
175 LIBSSHContext *libssh = h->priv_data; in libssh_close()
194 LIBSSHContext *libssh = h->priv_data; in libssh_connect()
232 LIBSSHContext *libssh = h->priv_data; in libssh_open()
252 LIBSSHContext *libssh = h->priv_data; in libssh_seek()
[all …]