Searched refs:h_dst (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | avio.c | 495 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()
|
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 | 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 | 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 | 97 int (*url_move)(URLContext *h_src, URLContext *h_dst);
|
D | ftp.c | 1132 static int ftp_move(URLContext *h_src, URLContext *h_dst) in ftp_move() argument 1156 h_dst->filename); in ftp_move()
|