Searched refs:url_fopen (Results 1 – 2 of 2) sorted by relevance
83 URL_FILE *url_fopen(const char *url, const char *operation);232 URL_FILE *url_fopen(const char *url, const char *operation) in url_fopen() function477 handle = url_fopen(url, "r"); in main()501 handle = url_fopen("testfile", "r"); in main()525 handle = url_fopen("testfile", "r"); in main()
273 if (url_fopen(&oc->pb, filename, URL_WRONLY) < 0) { in movie_open()