Searched refs:avio_check (Results 1 – 5 of 5) sorted by relevance
375 int avio_check(const char *url, int flags);
121 if (pb || avio_check(buf, AVIO_FLAG_READ) > 0) in find_image_range()125 if (avio_check(buf, AVIO_FLAG_READ) > 0) in find_image_range()143 if (avio_check(buf, AVIO_FLAG_READ) <= 0) in find_image_range()
477 int avio_check(const char *url, int flags) in avio_check() function
1002 if (proto_name && !strcmp(proto_name, "file") && avio_check(filename, 0) == 0) { in assert_file_overwrite()
2617 c55780d / 175389c add avio_check as a replacement for url_exist