Searched refs:default_whitelist (Results 1 - 11 of 11) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | gopher.c | 130 .default_whitelist = "gopher,tcp" 143 .default_whitelist = "gopher,gophers,tcp,tls"
|
H A D | concat.c | 205 .default_whitelist = "concat,file,subfile", 315 .default_whitelist = "concatf,concat,file,subfile",
|
H A D | avio.c | 191 if (!uc->protocol_whitelist && uc->prot->default_whitelist) { in ffurl_connect() 192 av_log(uc, AV_LOG_DEBUG, "Setting default whitelist '%s'\n", uc->prot->default_whitelist); in ffurl_connect() 193 uc->protocol_whitelist = av_strdup(uc->prot->default_whitelist); in ffurl_connect()
|
H A D | subfile.c | 156 .default_whitelist = "file",
|
H A D | teeproto.c | 146 .default_whitelist = "crypto,file,http,https,httpproxy,rtmp,tcp,tls"
|
H A D | url.h | 98 const char *default_whitelist; member
|
H A D | file.c | 371 .default_whitelist = "file,crypto,data" 410 .default_whitelist = "crypto,data"
|
H A D | rtmphttp.c | 285 .default_whitelist = "https,http,tcp,tls",
|
H A D | mmsh.c | 419 .default_whitelist = "http,tcp",
|
H A D | http.c | 2011 .default_whitelist = "http,https,tls,rtp,tcp,udp,crypto,httpproxy,data" 2031 .default_whitelist = "http,https,tls,rtp,tcp,udp,crypto,httpproxy"
|
H A D | ftp.c | 1190 .default_whitelist = "tcp",
|
Completed in 10 milliseconds