Lines Matching refs:url
328 const char *avio_find_protocol_name(const char *url);
332 * of the resource in url, or a negative value corresponding to an
342 int avio_check(const char *url, int flags);
348 * @param url directory to be listed.
354 int avio_open_dir(AVIODirContext **s, const char *url, AVDictionary **options);
659 * resource indicated by url.
660 * @note When the resource indicated by url has been opened in
665 * @param url resource to access
666 * @param flags flags which control how the resource indicated by url
671 int avio_open(AVIOContext **s, const char *url, int flags);
675 * resource indicated by url.
676 * @note When the resource indicated by url has been opened in
681 * @param url resource to access
682 * @param flags flags which control how the resource indicated by url
691 int avio_open2(AVIOContext **s, const char *url, int flags,