Lines Matching defs:protocols
58 {"protocol_whitelist", "List of protocols that are allowed to be used", OFFSET(protocol_whitelist), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, D },
59 {"protocol_blacklist", "List of protocols that are not allowed to be used", OFFSET(protocol_blacklist), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, D },
253 const URLProtocol **protocols;
270 protocols = ffurl_get_protocols(NULL, NULL);
271 if (!protocols)
273 for (i = 0; protocols[i]; i++) {
274 const URLProtocol *up = protocols[i];
276 av_freep(&protocols);
281 av_freep(&protocols);
285 av_freep(&protocols);