av_strstart 346 libavcodec/omx.c if (av_strstart(role, "video_encoder.", NULL)) { av_strstart 821 libavdevice/v4l2.c if (av_strstart(p->filename, "/dev/video", NULL)) av_strstart 246 libavformat/async.c av_strstart(arg, "async:", &arg); av_strstart 287 libavformat/avio.c if (av_strstart(filename, "https:", NULL) || av_strstart(filename, "tls:", NULL)) av_strstart 120 libavformat/bluray.c av_strstart(path, BLURAY_PROTO_PREFIX, &diskname); av_strstart 80 libavformat/cache.c av_strstart(arg, "cache:", &arg); av_strstart 69 libavformat/concat.c if (!av_strstart(uri, "concat:", &uri)) { av_strstart 117 libavformat/crypto.c if (!av_strstart(uri, "crypto+", &nested_url) && av_strstart 118 libavformat/crypto.c !av_strstart(uri, "crypto:", &nested_url)) { av_strstart 49 libavformat/dash.c if (av_strstart(identifier, "$$", &next_ptr)) { av_strstart 52 libavformat/dash.c } else if (av_strstart(identifier, "$RepresentationID$", &next_ptr)) { av_strstart 59 libavformat/dash.c if (av_strstart(identifier, "$Number", &next_ptr)) av_strstart 61 libavformat/dash.c else if (av_strstart(identifier, "$Bandwidth", &next_ptr)) av_strstart 63 libavformat/dash.c else if (av_strstart(identifier, "$Time", &next_ptr)) av_strstart 78 libavformat/dash.c if (av_strstart(next_ptr, "%0", &width_ptr) && av_strstart 80 libavformat/dash.c av_strstart(&width_ptr[1], "d$", &next_ptr)) { av_strstart 168 libavformat/dashdec.c return av_strstart(proto_name, "http", NULL); av_strstart 413 libavformat/dashdec.c if (av_strstart(url, "crypto", NULL)) { av_strstart 425 libavformat/dashdec.c if (av_strstart(proto_name, "file", NULL)) { av_strstart 433 libavformat/dashdec.c } else if (av_strstart(proto_name, "http", NULL)) { av_strstart 440 libavformat/dashdec.c else if (av_strstart(url, "crypto", NULL) && !strncmp(proto_name, url + 7, strlen(proto_name)) && url[7 + strlen(proto_name)] == ':') av_strstart 463 libavformat/dashdec.c *is_http = av_strstart(proto_name, "http", NULL); av_strstart 789 libavformat/dashdec.c if (text && !av_strstart(text, "/", NULL)) { av_strstart 967 libavformat/dashenc.c } else if (state == new_set && av_strstart(p, "id=", &p)) { av_strstart 987 libavformat/dashenc.c } else if (state != new_set && av_strstart(p, "seg_duration=", &p)) { av_strstart 989 libavformat/dashenc.c } else if (state != new_set && av_strstart(p, "frag_duration=", &p)) { av_strstart 1012 libavformat/dashenc.c } else if (state != new_set && av_strstart(p, "frag_type=", &p)) { av_strstart 1034 libavformat/dashenc.c } else if (state != new_set && av_strstart(p, "descriptor=", &p)) { av_strstart 1046 libavformat/dashenc.c } else if ((state != new_set) && av_strstart(p, "trick_id=", &p)) { av_strstart 1060 libavformat/dashenc.c } else if ((state != new_set) && av_strstart(p, "streams=", &p)) { //descriptor and durations are optional av_strstart 43 libavformat/data_uri.c av_strstart(uri, "data:", &uri); av_strstart 141 libavformat/file.c av_strstart(filename, "file:", &filename); av_strstart 175 libavformat/file.c av_strstart(filename, "file:", &filename); av_strstart 197 libavformat/file.c av_strstart(filename_src, "file:", &filename_src); av_strstart 198 libavformat/file.c av_strstart(filename_dst, "file:", &filename_dst); av_strstart 215 libavformat/file.c av_strstart(filename, "file:", &filename); av_strstart 384 libavformat/file.c av_strstart(filename, "pipe:", &filename); av_strstart 636 libavformat/hls.c if (av_strstart(url, "crypto", NULL)) { av_strstart 639 libavformat/hls.c } else if (av_strstart(url, "data", NULL)) { av_strstart 651 libavformat/hls.c if (av_strstart(proto_name, "file", NULL)) { av_strstart 659 libavformat/hls.c } else if (av_strstart(proto_name, "http", NULL)) { av_strstart 661 libavformat/hls.c } else if (av_strstart(proto_name, "data", NULL)) { av_strstart 668 libavformat/hls.c else if (av_strstart(url, "crypto", NULL) && !strncmp(proto_name, url + 7, strlen(proto_name)) && url[7 + strlen(proto_name)] == ':') av_strstart 670 libavformat/hls.c else if (av_strstart(url, "data", NULL) && !strncmp(proto_name, url + 5, strlen(proto_name)) && url[5 + strlen(proto_name)] == ':') av_strstart 730 libavformat/hls.c int is_http = av_strstart(url, "http", NULL); av_strstart 788 libavformat/hls.c if (av_strstart(line, "#EXT-X-STREAM-INF:", &ptr)) { av_strstart 793 libavformat/hls.c } else if (av_strstart(line, "#EXT-X-KEY:", &ptr)) { av_strstart 808 libavformat/hls.c } else if (av_strstart(line, "#EXT-X-MEDIA:", &ptr)) { av_strstart 813 libavformat/hls.c } else if (av_strstart(line, "#EXT-X-TARGETDURATION:", &ptr)) { av_strstart 818 libavformat/hls.c } else if (av_strstart(line, "#EXT-X-MEDIA-SEQUENCE:", &ptr)) { av_strstart 823 libavformat/hls.c } else if (av_strstart(line, "#EXT-X-PLAYLIST-TYPE:", &ptr)) { av_strstart 831 libavformat/hls.c } else if (av_strstart(line, "#EXT-X-MAP:", &ptr)) { av_strstart 865 libavformat/hls.c } else if (av_strstart(line, "#EXT-X-ENDLIST", &ptr)) { av_strstart 868 libavformat/hls.c } else if (av_strstart(line, "#EXTINF:", &ptr)) { av_strstart 871 libavformat/hls.c } else if (av_strstart(line, "#EXT-X-BYTERANGE:", &ptr)) { av_strstart 876 libavformat/hls.c } else if (av_strstart(line, "#", NULL)) { av_strstart 1534 libavformat/hls.c seg && seg->key_type == KEY_NONE && av_strstart(seg->url, "http", NULL)) { av_strstart 1567 libavformat/hls.c seg->key_type == KEY_NONE && av_strstart(seg->url, "http", NULL)) { av_strstart 1153 libavformat/hlsenc.c if (av_strstart(line, "#EXT-X-MEDIA-SEQUENCE:", &ptr)) { av_strstart 1164 libavformat/hlsenc.c } else if (av_strstart(line, "#EXT-X-DISCONTINUITY", &ptr)) { av_strstart 1167 libavformat/hlsenc.c } else if (av_strstart(line, "#EXTINF:", &ptr)) { av_strstart 1193 libavformat/hlsenc.c } else if (av_strstart(line, "#", NULL)) { av_strstart 1964 libavformat/hlsenc.c if (av_strstart(keyval, "language:", &val)) { av_strstart 1967 libavformat/hlsenc.c } else if (av_strstart(keyval, "default:", &val)) { av_strstart 1972 libavformat/hlsenc.c } else if (av_strstart(keyval, "name:", &val)) { av_strstart 1975 libavformat/hlsenc.c } else if (av_strstart(keyval, "agroup:", &val)) { av_strstart 1978 libavformat/hlsenc.c } else if (av_strstart(keyval, "sgroup:", &val)) { av_strstart 1981 libavformat/hlsenc.c } else if (av_strstart(keyval, "ccgroup:", &val)) { av_strstart 1984 libavformat/hlsenc.c } else if (av_strstart(keyval, "v:", &val)) { av_strstart 1987 libavformat/hlsenc.c } else if (av_strstart(keyval, "a:", &val)) { av_strstart 1989 libavformat/hlsenc.c } else if (av_strstart(keyval, "s:", &val)) { av_strstart 2072 libavformat/hlsenc.c if (av_strstart(keyval, "ccgroup:", &val)) { av_strstart 2074 libavformat/hlsenc.c } else if (av_strstart(keyval, "instreamid:", &val)) { av_strstart 2076 libavformat/hlsenc.c } else if (av_strstart(keyval, "language:", &val)) { av_strstart 2089 libavformat/hlsenc.c if (av_strstart(ccs->instreamid, "CC", &val)) { av_strstart 2095 libavformat/hlsenc.c } else if (av_strstart(ccs->instreamid, "SERVICE", &val)) { av_strstart 127 libavformat/hlsproto.c if (av_strstart(line, "#EXT-X-STREAM-INF:", &ptr)) { av_strstart 133 libavformat/hlsproto.c } else if (av_strstart(line, "#EXT-X-TARGETDURATION:", &ptr)) { av_strstart 135 libavformat/hlsproto.c } else if (av_strstart(line, "#EXT-X-MEDIA-SEQUENCE:", &ptr)) { av_strstart 137 libavformat/hlsproto.c } else if (av_strstart(line, "#EXT-X-ENDLIST", &ptr)) { av_strstart 139 libavformat/hlsproto.c } else if (av_strstart(line, "#EXTINF:", &ptr)) { av_strstart 142 libavformat/hlsproto.c } else if (av_strstart(line, "#", NULL)) { av_strstart 196 libavformat/hlsproto.c if (av_strstart(uri, "hls+", &nested_url)) { av_strstart 198 libavformat/hlsproto.c } else if (av_strstart(uri, "hls://", &nested_url)) { av_strstart 209 libavformat/http.c proxy_path && av_strstart(proxy_path, "http://", NULL); av_strstart 110 libavformat/id3v2enc.c if (!av_strstart(key, ID3v2_PRIV_METADATA_PREFIX, &key)) { av_strstart 121 libavformat/id3v2enc.c if (av_strstart(data, "\\x", &data)) { av_strstart 97 libavformat/libzmq.c av_strstart(uri, "zmq:", &uri); av_strstart 69 libavformat/md5proto.c av_strstart(filename, "md5:", &filename); av_strstart 196 libavformat/mpjpegdec.c if (!av_strstart(line, expected_boundary, NULL)) { av_strstart 415 libavformat/rdt.c if (av_strstart(p, "OpaqueData:buffer;", &p)) { av_strstart 417 libavformat/rdt.c } else if (av_strstart(p, "StartTime:integer;", &p)) av_strstart 419 libavformat/rdt.c else if (av_strstart(p, "ASMRuleBook:string;", &p)) { av_strstart 520 libavformat/rdt.c if (av_strstart(p, "ASMRuleBook:string;", &p)) av_strstart 173 libavformat/rtpdec_amr.c if (av_strstart(line, "fmtp:", &p)) { av_strstart 103 libavformat/rtpdec_asf.c if (av_strstart(p, "pgmpu:data:application/vnd.ms.wms-hdr.asfv1;base64,", &p)) { av_strstart 158 libavformat/rtpdec_asf.c if (av_strstart(line, "stream:", &line)) { av_strstart 83 libavformat/rtpdec_dv.c if (av_strstart(sdp_line_ptr, "fmtp:", &sdp_line_ptr)) { av_strstart 400 libavformat/rtpdec_h264.c if (av_strstart(p, "framesize:", &p)) { av_strstart 402 libavformat/rtpdec_h264.c } else if (av_strstart(p, "fmtp:", &p)) { av_strstart 404 libavformat/rtpdec_h264.c } else if (av_strstart(p, "cliprect:", &p)) { av_strstart 144 libavformat/rtpdec_hevc.c if (av_strstart(sdp_line_ptr, "framesize:", &sdp_line_ptr)) { av_strstart 146 libavformat/rtpdec_hevc.c } else if (av_strstart(sdp_line_ptr, "fmtp:", &sdp_line_ptr)) { av_strstart 57 libavformat/rtpdec_ilbc.c if (av_strstart(line, "fmtp:", &p)) { av_strstart 158 libavformat/rtpdec_latm.c if (av_strstart(line, "fmtp:", &p)) av_strstart 343 libavformat/rtpdec_mpeg4.c if (av_strstart(line, "fmtp:", &p)) av_strstart 100 libavformat/rtpdec_rfc4175.c if (av_strstart(line, "fmtp:", &p)) { av_strstart 361 libavformat/rtpdec_xiph.c if (av_strstart(line, "fmtp:", &p)) { av_strstart 544 libavformat/rtsp.c if (av_strstart(p, "control:", &p)) { av_strstart 568 libavformat/rtsp.c } else if (av_strstart(p, "rtpmap:", &p) && s->nb_streams > 0) { av_strstart 581 libavformat/rtsp.c } else if (av_strstart(p, "fmtp:", &p) || av_strstart 582 libavformat/rtsp.c av_strstart(p, "framesize:", &p)) { av_strstart 592 libavformat/rtsp.c } else if (av_strstart(p, "ssrc:", &p) && s->nb_streams > 0) { av_strstart 596 libavformat/rtsp.c } else if (av_strstart(p, "range:", &p)) { av_strstart 605 libavformat/rtsp.c } else if (av_strstart(p, "lang:", &p)) { av_strstart 615 libavformat/rtsp.c } else if (av_strstart(p, "IsRealDataType:integer;",&p)) { av_strstart 618 libavformat/rtsp.c } else if (av_strstart(p, "SampleRate:integer;", &p) && av_strstart 622 libavformat/rtsp.c } else if (av_strstart(p, "crypto:", &p) && s->nb_streams > 0) { av_strstart 628 libavformat/rtsp.c if (av_strstart(p, "inline:", &p)) av_strstart 630 libavformat/rtsp.c } else if (av_strstart(p, "source-filter:", &p)) { av_strstart 2312 libavformat/rtsp.c av_strstart(p, "c=IN IP", NULL)) av_strstart 2446 libavformat/rtsp.c if (av_strstart(p->filename, "rtp:", NULL)) av_strstart 456 libavformat/rtspdec.c if (!av_strstart(linept, "RTSP/1.0", NULL)) { av_strstart 704 libavformat/rtspdec.c av_strstart(p->filename, "rtsps:", NULL) || av_strstart 706 libavformat/rtspdec.c av_strstart(p->filename, "rtsp:", NULL)) av_strstart 47 libavformat/sapdec.c if (av_strstart(p->filename, "sap:", NULL)) av_strstart 82 libavformat/subfile.c av_strstart(filename, "subfile:", &filename); av_strstart 87 libavformat/teeproto.c av_strstart(filename, "tee:", &filename); av_strstart 94 libavformat/tls.c proxy_path && av_strstart(proxy_path, "http://", NULL); av_strstart 68 libavformat/unix.c av_strstart(filename, "unix:", &filename); av_strstart 197 libavformat/url.c while (av_strstart(rel, "..", NULL) && sep) { av_strstart 82 libavutil/arm/cpu.c if (av_strstart(buf, "Features", NULL)) { av_strstart 42 libavutil/avstring.h int av_strstart(const char *str, const char *pfx, const char **ptr); av_strstart 130 tools/ffhash.c out_b64 = av_strstart(hash_name, "b64:", &hash_name);