Lines Matching defs:arg
170 static int async_check_interrupt(void *arg)
172 URLContext *h = arg;
184 static void *async_buffer_task(void *arg)
186 URLContext *h = arg;
248 static int async_open(URLContext *h, const char *arg, int flags, AVDictionary **options)
254 av_strstart(arg, "async:", &arg);
262 ret = ffurl_open_whitelist(&c->inner, arg, flags, &interrupt_callback, options, h->protocol_whitelist, h->protocol_blacklist, h);
264 av_log(h, AV_LOG_ERROR, "ffurl_open failed : %s, %s\n", av_err2str(ret), arg);
514 static int async_test_open(URLContext *h, const char *arg, int flags, AVDictionary **options)