Searched refs:url_open_dir (Results 1 – 7 of 7) sorted by relevance
94 int (*url_open_dir)(URLContext *h); member
550 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()
377 .url_open_dir = libsmbc_open_dir,
369 .url_open_dir = file_open_dir,
501 .url_open_dir = libssh_open_dir,
1144 .url_open_dir = ftp_open_dir,
1067 Extend URLProtocol with url_open_dir(), url_read_dir(), url_close_dir().