av_strireplace    504 libavformat/dashdec.c         url = av_strireplace(tmp_str, "$RepresentationID$", (const char*)rep_id_val);
av_strireplace    513 libavformat/dashdec.c         url = av_strireplace(tmp_str, "$Bandwidth$", (const char*)rep_bandwidth_val);
av_strireplace   1672 libavformat/dashdec.c         seg->url = av_strireplace(pls->url_template, pls->url_template, tmpfilename);
av_strireplace   1484 libavformat/dashenc.c             os->init_seg_name = av_strireplace(c->init_seg_name, "$ext$", os->extension_name);
av_strireplace   1489 libavformat/dashenc.c             os->media_seg_name = av_strireplace(c->media_seg_name, "$ext$", os->extension_name);
av_strireplace   1494 libavformat/dashenc.c             os->single_file_name = av_strireplace(c->single_file_name, "$ext$", os->extension_name);
av_strireplace    273 libavutil/avstring.h char *av_strireplace(const char *str, const char *from, const char *to);
av_strireplace     98 libavutil/tests/avstring.c         ptr = av_strireplace(haystack, needle, "instead"); \