Lines Matching defs:proto
566 const char *path, const char *proto)
568 if (hls->method || (proto && !av_strcasecmp(proto, "http"))) {
600 const char *proto = NULL;
662 proto = avio_find_protocol_name(s->url);
663 if (ret = hls_delete_file(hls, vs->avf, path.str, proto))
680 if (ret = hls_delete_file(hls, vs->vtt_avf, path.str, proto))
1034 const char *proto = avio_find_protocol_name(vs->basename);
1035 int segment_renaming_ok = proto && !strcmp(proto, "file");
1381 const char *proto = avio_find_protocol_name(hls->master_m3u8_url);
1382 int is_file_proto = proto && !strcmp(proto, "file");
1542 const char *proto = avio_find_protocol_name(vs->m3u8_name);
1543 int is_file_proto = proto && !strcmp(proto, "file");
1682 const char *proto = NULL;
1759 proto = avio_find_protocol_name(oc->url);
1760 use_temp_file = proto && !strcmp(proto, "file") && (c->flags & HLS_TEMP_FILE);
1932 const char *proto, *dir;
1957 proto = avio_find_protocol_name(orig_buf_dup);
1961 if (av_stristr(dir, "%v") && proto && !strcmp(proto, "file")) {
2414 const char *proto = NULL;
2537 proto = avio_find_protocol_name(oc->url);
2538 use_temp_file = proto && !strcmp(proto, "file")
2720 const char *proto = NULL;
2812 proto = avio_find_protocol_name(oc->url);
2813 use_temp_file = proto && !strcmp(proto, "file") && (hls->flags & HLS_TEMP_FILE);