Lines Matching refs:url
26 #include "url.h"
89 int ff_url_decompose(URLComponents *uc, const char *url, const char *end)
93 av_assert0(url);
95 end = url + strlen(url);
96 cur = uc->url = url;
230 if (is_fq_dos_path(base) || av_strstart(base, "file:", NULL) || ub.path == ub.url) {
240 keep = ub.url;
242 if (uc.url_component_end_##component == uc.url && \
263 COPY(ub.url, keep);
264 COPY(uc.url, uc.path);
267 if (uc.path > uc.url)