Lines Matching refs:is_http
646 int is_http = 0;
672 is_http = 1;
690 if (is_http && c->http_persistent && *pb) {
721 *is_http_out = is_http;
744 int is_http = av_strstart(url, "http", NULL);
749 if (is_http && !in && c->http_persistent && c->playlist_pb) {
775 if (is_http && c->http_persistent)
1279 int is_http = 0;
1324 ret = open_url(pls->parent, in, url, &c->avio_opts, opts, &is_http);
1330 ret = open_url(pls->parent, in, seg->url, &c->avio_opts, opts, &is_http);
1343 if (ret == 0 && !is_http && seg->url_offset) {