Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Davio.c495 URLContext *h_src, *h_dst; in ffurl_move() local
499 ret = ffurl_alloc(&h_dst, url_dst, AVIO_FLAG_WRITE, NULL); in ffurl_move()
505 if (h_src->prot == h_dst->prot && h_src->prot->url_move) in ffurl_move()
506 ret = h_src->prot->url_move(h_src, h_dst); in ffurl_move()
511 ffurl_close(h_dst); in ffurl_move()
Dfile.c193 static int file_move(URLContext *h_src, URLContext *h_dst) in file_move() argument
196 const char *filename_dst = h_dst->filename; in file_move()
Dlibsmbclient.c331 static int libsmbc_move(URLContext *h_src, URLContext *h_dst) in libsmbc_move() argument
339 if ((libsmbc->dh = smbc_rename(h_src->filename, h_dst->filename)) < 0) { in libsmbc_move()
Dlibssh.c431 static int libssh_move(URLContext *h_src, URLContext *h_dst) in libssh_move() argument
452 h_dst->filename); in libssh_move()
Durl.h97 int (*url_move)(URLContext *h_src, URLContext *h_dst);
Dftp.c1132 static int ftp_move(URLContext *h_src, URLContext *h_dst) in ftp_move() argument
1156 h_dst->filename); in ftp_move()