ffio_open_whitelist  162 libavformat/avio_internal.h int ffio_open_whitelist(AVIOContext **s, const char *url, int flags,
ffio_open_whitelist 1144 libavformat/aviobuf.c     return ffio_open_whitelist(s, filename, flags, int_cb, options, NULL, NULL);
ffio_open_whitelist 1139 libavformat/hlsenc.c     if ((ret = ffio_open_whitelist(&in, url, AVIO_FLAG_READ,
ffio_open_whitelist  112 libavformat/hlsproto.c     if ((ret = ffio_open_whitelist(&in, url, AVIO_FLAG_READ,
ffio_open_whitelist  124 libavformat/options.c     return ffio_open_whitelist(pb, url, flags, &s->interrupt_callback, options, s->protocol_whitelist, s->protocol_blacklist);
ffio_open_whitelist   87 libavformat/tls_securetransport.c     if ((ret = ffio_open_whitelist(&s, path, AVIO_FLAG_READ,