Home
last modified time | relevance | path

Searched refs:url_open_dir (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavformat/
Durl.h94 int (*url_open_dir)(URLContext *h); member
Davio.c550 if (h->prot->url_open_dir && h->prot->url_read_dir && h->prot->url_close_dir) { in avio_open_dir()
554 ret = h->prot->url_open_dir(h); in avio_open_dir()
Dlibsmbclient.c377 .url_open_dir = libsmbc_open_dir,
Dfile.c369 .url_open_dir = file_open_dir,
Dlibssh.c501 .url_open_dir = libssh_open_dir,
Dftp.c1144 .url_open_dir = ftp_open_dir,
/third_party/ffmpeg/doc/
DAPIchanges1067 Extend URLProtocol with url_open_dir(), url_read_dir(), url_close_dir().