ff_is_http_proto  226 libavformat/dashenc.c     int http_base_proto = filename ? ff_is_http_proto(filename) : 0;
ff_is_http_proto  244 libavformat/dashenc.c     int http_base_proto = filename ? ff_is_http_proto(filename) : 0;
ff_is_http_proto 1825 libavformat/dashenc.c     int http_base_proto = ff_is_http_proto(filename);
ff_is_http_proto  262 libavformat/hlsenc.c     int http_base_proto = filename ? ff_is_http_proto(filename) : 0;
ff_is_http_proto  282 libavformat/hlsenc.c     int http_base_proto = filename ? ff_is_http_proto(filename) : 0;
ff_is_http_proto  302 libavformat/hlsenc.c     int http_base_proto = ff_is_http_proto(s->url);
ff_is_http_proto 2707 libavformat/hlsenc.c     int http_base_proto = ff_is_http_proto(s->url);
ff_is_http_proto  657 libavformat/internal.h int ff_is_http_proto(char *filename);