Searched refs:default_whitelist (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | gopher.c | 129 .default_whitelist = "gopher,tcp" 142 .default_whitelist = "gopher,gophers,tcp,tls"
|
D | file.c | 372 .default_whitelist = "file,crypto,data" 411 .default_whitelist = "crypto,data"
|
D | teeproto.c | 146 .default_whitelist = "crypto,file,http,https,httpproxy,rtmp,tcp,tls"
|
D | avio.c | 194 if (!uc->protocol_whitelist && uc->prot->default_whitelist) { in ffurl_connect() 195 av_log(uc, AV_LOG_DEBUG, "Setting default whitelist '%s'\n", uc->prot->default_whitelist); in ffurl_connect() 196 uc->protocol_whitelist = av_strdup(uc->prot->default_whitelist); in ffurl_connect()
|
D | subfile.c | 157 .default_whitelist = "file",
|
D | url.h | 99 const char *default_whitelist; member
|
D | concat.c | 198 .default_whitelist = "concat,file,subfile",
|
D | rtmphttp.c | 285 .default_whitelist = "https,http,tcp,tls",
|
D | mmsh.c | 420 .default_whitelist = "http,tcp",
|
D | http.c | 1873 .default_whitelist = "http,https,tls,rtp,tcp,udp,crypto,httpproxy,data" 1893 .default_whitelist = "http,https,tls,rtp,tcp,udp,crypto,httpproxy"
|
D | ftp.c | 1150 .default_whitelist = "tcp",
|