Searched refs:libssh_connect (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | libssh.c | 192 static av_cold int libssh_connect(URLContext *h, const char *url, char *path, size_t path_size) in libssh_connect() function 235 if ((ret = libssh_connect(h, url, path, sizeof(path))) < 0) in libssh_open() 319 if ((ret = libssh_connect(h, h->filename, path, sizeof(path))) < 0) in libssh_open_dir() 402 if ((ret = libssh_connect(h, h->filename, path, sizeof(path))) < 0) in libssh_delete() 460 if ((ret = libssh_connect(h_src, h_src->filename, path_src, sizeof(path_src))) < 0) in libssh_move()
|