Searched refs:h_dst (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | avio.c | 498 URLContext *h_src, *h_dst; in avpriv_io_move() local 502 ret = ffurl_alloc(&h_dst, url_dst, AVIO_FLAG_WRITE, NULL); in avpriv_io_move() 508 if (h_src->prot == h_dst->prot && h_src->prot->url_move) in avpriv_io_move() 509 ret = h_src->prot->url_move(h_src, h_dst); in avpriv_io_move() 514 ffurl_close(h_dst); in avpriv_io_move()
|
D | libsmbclient.c | 331 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()
|
D | file.c | 193 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()
|
D | libssh.c | 431 static int libssh_move(URLContext *h_src, URLContext *h_dst) in libssh_move() argument 452 h_dst->filename); in libssh_move()
|
D | url.h | 98 int (*url_move)(URLContext *h_src, URLContext *h_dst);
|
D | ftp.c | 1102 static int ftp_move(URLContext *h_src, URLContext *h_dst) in ftp_move() argument 1121 h_dst->filename); in ftp_move()
|