Searched refs:ff_is_http_proto (Results 1 – 4 of 4) sorted by relevance
817 int ff_is_http_proto(char *filename);
290 int http_base_proto = filename ? ff_is_http_proto(filename) : 0; in hlsenc_io_open()310 int http_base_proto = filename ? ff_is_http_proto(filename) : 0; in hlsenc_io_close()330 int http_base_proto = ff_is_http_proto(s->url); in set_http_options()2871 int http_base_proto = ff_is_http_proto(s->url);
229 int http_base_proto = filename ? ff_is_http_proto(filename) : 0; in dashenc_io_open()247 int http_base_proto = filename ? ff_is_http_proto(filename) : 0; in dashenc_io_close()1841 int http_base_proto = ff_is_http_proto(filename); in dashenc_delete_file()
5735 int ff_is_http_proto(char *filename) { function