Lines Matching refs:URLContext
173 static av_cold int libssh_close(URLContext *h)
192 static av_cold int libssh_connect(URLContext *h, const char *url, char *path, size_t path_size)
229 static av_cold int libssh_open(URLContext *h, const char *url, int flags)
250 static int64_t libssh_seek(URLContext *h, int64_t pos, int whence)
289 static int libssh_read(URLContext *h, unsigned char *buf, int size)
301 static int libssh_write(URLContext *h, const unsigned char *buf, int size)
313 static int libssh_open_dir(URLContext *h)
335 static int libssh_read_dir(URLContext *h, AVIODirEntry **next)
385 static int libssh_close_dir(URLContext *h)
395 static int libssh_delete(URLContext *h)
431 static int libssh_move(URLContext *h_src, URLContext *h_dst)