Home
last modified time | relevance | path

Searched refs:url_open_dir (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Durl.h93 int (*url_open_dir)(URLContext *h); member
H A Davio.c547 if (h->prot->url_open_dir && h->prot->url_read_dir && h->prot->url_close_dir) { in avio_open_dir()
551 ret = h->prot->url_open_dir(h); in avio_open_dir()
H A Dlibsmbclient.c377 .url_open_dir = libsmbc_open_dir,
H A Dfile.c368 .url_open_dir = file_open_dir,
H A Dlibssh.c501 .url_open_dir = libssh_open_dir,
H A Dftp.c1184 .url_open_dir = ftp_open_dir,

Completed in 6 milliseconds