gf_dash_download_resource  938 src/media_tools/dash_client.c 				return gf_dash_download_resource(dash, sess, url, start_range, end_range, persistent_mode ? 1 : 0, group);
gf_dash_download_resource 1442 src/media_tools/dash_client.c 		e = gf_dash_download_resource(dash, &(dash->mpd_dnload), url ? url : rep->segment_list->xlink_href, 0, 0, 0, NULL);
gf_dash_download_resource 1567 src/media_tools/dash_client.c 		e = gf_dash_download_resource(dash, &(dash->mpd_dnload), purl, 0, 0, 0, NULL);
gf_dash_download_resource 3010 src/media_tools/dash_client.c 	e = gf_dash_download_resource(dash, &(group->segment_download), base_init_url, start_range, end_range, 1, group);
gf_dash_download_resource 3041 src/media_tools/dash_client.c 		e = gf_dash_download_resource(dash, &(group->segment_download), base_init_url, 0, 0, 1, group);
gf_dash_download_resource 3168 src/media_tools/dash_client.c 				e = gf_dash_download_resource(dash, &(group->segment_download), a_base_init_url, a_start, a_end, 1, group);
gf_dash_download_resource 3890 src/media_tools/dash_client.c 				e = gf_dash_download_resource(group->dash, &(group->segment_download), init_url, offset, 7, 1, group);
gf_dash_download_resource 3898 src/media_tools/dash_client.c 						e = gf_dash_download_resource(group->dash, &(group->segment_download), init_url, offset, offset+box_size-9, 2, group);
gf_dash_download_resource 3902 src/media_tools/dash_client.c 						e = gf_dash_download_resource(group->dash, &(group->segment_download), init_url, offset, offset+box_size-1, 2, group);
gf_dash_download_resource 3915 src/media_tools/dash_client.c 								e = gf_dash_download_resource(group->dash, &(group->segment_download), init_url, 0, offset+box_size-1, 2, group);
gf_dash_download_resource 3994 src/media_tools/dash_client.c 			e = gf_dash_download_resource(group->dash, &(group->segment_download), index_url, index_start_range, index_end_range, 1, group);
gf_dash_download_resource 4067 src/media_tools/dash_client.c 		e = gf_dash_download_resource(dash, &(dash->mpd_dnload), url ? url : period->xlink_href, 0, 0, 0, NULL);
gf_dash_download_resource 4950 src/media_tools/dash_client.c 			e = gf_dash_download_resource(dash, &(base_group->segment_download), new_base_seg_url, start_range, end_range, 1, base_group);
gf_dash_download_resource 4952 src/media_tools/dash_client.c 			e = gf_dash_download_resource(dash, &(base_group->segment_download), new_base_seg_url, 0, 0, 1, base_group);
gf_dash_download_resource 5928 src/media_tools/dash_client.c 		e = gf_dash_download_resource(dash, &(dash->mpd_dnload), manifest_url, 0, 0, 1, NULL);