Lines Matching refs:url
53 #include "url.h"
282 static int handle_io_open_error(AVFormatContext *s, int err, char *url) {
287 "Unable to open %s for writing: %s\n", url, errbuf);
1140 const char *proto = avio_find_protocol_name(s->url);
1149 snprintf(temp_filename, sizeof(temp_filename), use_rename ? "%s.tmp" : "%s", s->url);
1246 if ((ret = ff_rename(temp_filename, s->url, s)) < 0)
1464 av_strlcpy(c->dirname, s->url, sizeof(c->dirname));
1471 av_strlcpy(basename, s->url, sizeof(basename));
1591 ctx->url = av_strdup(filename);
1916 const char *proto = avio_find_protocol_name(s->url);
2249 const char *proto = avio_find_protocol_name(s->url);
2327 dashenc_delete_file(s, s->url);