av_stristart     1170 libavformat/hlsenc.c         } else if (av_stristart(line, "#EXT-X-KEY:", &ptr)) {
av_stristart     1151 libavformat/http.c     return av_stristart(str, header + 2, NULL) || av_stristr(str, header);
av_stristart       95 libavformat/httpauth.c         if (av_stristart(value, "Basic ", &p) &&
av_stristart      102 libavformat/httpauth.c         } else if (av_stristart(value, "Digest ", &p) &&
av_stristart      270 libavformat/mpjpegdec.c         if (av_stristart(start, "boundary=", &start)) {
av_stristart      183 libavformat/rtsp.c     if (!av_stristart(p, "npt=", &p))
av_stristart     1077 libavformat/rtsp.c     if (av_stristart(p, "Session:", &p)) {
av_stristart     1080 libavformat/rtsp.c         if (av_stristart(p, ";timeout=", &p) &&
av_stristart     1084 libavformat/rtsp.c     } else if (av_stristart(p, "Content-Length:", &p)) {
av_stristart     1086 libavformat/rtsp.c     } else if (av_stristart(p, "Transport:", &p)) {
av_stristart     1088 libavformat/rtsp.c     } else if (av_stristart(p, "CSeq:", &p)) {
av_stristart     1090 libavformat/rtsp.c     } else if (av_stristart(p, "Range:", &p)) {
av_stristart     1092 libavformat/rtsp.c     } else if (av_stristart(p, "RealChallenge1:", &p)) {
av_stristart     1095 libavformat/rtsp.c     } else if (av_stristart(p, "Server:", &p)) {
av_stristart     1098 libavformat/rtsp.c     } else if (av_stristart(p, "Notice:", &p) ||
av_stristart     1099 libavformat/rtsp.c                av_stristart(p, "X-Notice:", &p)) {
av_stristart     1101 libavformat/rtsp.c     } else if (av_stristart(p, "Location:", &p)) {
av_stristart     1104 libavformat/rtsp.c     } else if (av_stristart(p, "WWW-Authenticate:", &p) && rt) {
av_stristart     1107 libavformat/rtsp.c     } else if (av_stristart(p, "Authentication-Info:", &p) && rt) {
av_stristart     1110 libavformat/rtsp.c     } else if (av_stristart(p, "Content-Base:", &p) && rt) {
av_stristart     1114 libavformat/rtsp.c     } else if (av_stristart(p, "RTP-Info:", &p) && rt) {
av_stristart     1118 libavformat/rtsp.c     } else if (av_stristart(p, "Public:", &p) && rt) {
av_stristart     1122 libavformat/rtsp.c     } else if (av_stristart(p, "x-Accept-Dynamic-Rate:", &p) && rt) {
av_stristart     1125 libavformat/rtsp.c     } else if (av_stristart(p, "Content-Type:", &p)) {
av_stristart      109 libavformat/url.c     if (!av_stristart(p, "/", NULL) && root != rel)
av_stristart      116 libavformat/url.c     if (!av_stristart(tmp_path, "/", NULL) && root != rel)
av_stristart       62 libavutil/avstring.c         if (av_stristart(s1, s2, NULL))
av_stristart       54 libavutil/avstring.h int av_stristart(const char *str, const char *pfx, const char **ptr);