Lines Matching defs:tmp
643 AVDictionary *tmp = NULL;
687 av_dict_copy(&tmp, *opts, 0);
688 av_dict_copy(&tmp, opts2, 0);
691 ret = open_url_keepalive(c->ctx, pb, url, &tmp);
693 av_dict_free(&tmp);
700 av_dict_copy(&tmp, *opts, 0);
701 av_dict_copy(&tmp, opts2, 0);
702 ret = s->io_open(s, pb, url, AVIO_FLAG_READ, &tmp);
705 ret = s->io_open(s, pb, url, AVIO_FLAG_READ, &tmp);
718 av_dict_free(&tmp);