Lines Matching refs:init_section
111 struct fragment *init_section;
353 free_fragment(&pls->init_section);
613 free_fragment(&rep->init_section);
614 rep->init_section = get_Fragment(range_val);
616 if (!rep->init_section) {
620 rep->init_section->url = get_content_url(baseurl_nodes, 4,
626 if (!rep->init_section->url) {
627 av_freep(&rep->init_section);
912 rep->init_section = av_mallocz(sizeof(struct fragment));
913 if (!rep->init_section) {
918 rep->init_section->url = get_content_url(baseurl_nodes, 4,
922 if (!rep->init_section->url)
924 rep->init_section->size = -1;
1721 if (!pls->init_section || pls->init_sec_buf)
1724 ret = open_input(c, pls, pls->init_section);
1731 if (pls->init_section->size >= 0)
1732 sec_size = pls->init_section->size;
1746 ret = read_from_url(pls, pls->init_section, pls->init_sec_buf,
1906 ret = avformat_open_input(&pls->ctx, "", in_fmt, &in_fmt_opts); //pls->init_section->url
1975 struct fragment *first_init_section = pls[0]->init_section;
1986 size = pls[0]->init_section->size;
1988 if (!pls[i]->init_section)
1991 if (av_strcasecmp(pls[i]->init_section->url, url) ||
1992 pls[i]->init_section->url_offset != url_offset ||
1993 pls[i]->init_section->size != size) {