Lines Matching refs:strcmp
1035 int segment_renaming_ok = proto && !strcmp(proto, "file");
1209 if (strcmp(line, "#EXTM3U")) {
1382 int is_file_proto = proto && !strcmp(proto, "file");
1543 int is_file_proto = proto && !strcmp(proto, "file");
1603 if ((hls->encrypt || hls->key_info_file) && (!key_uri || strcmp(en->key_uri, key_uri) ||
1760 use_temp_file = proto && !strcmp(proto, "file") && (c->flags & HLS_TEMP_FILE);
1872 return (HAVE_LIBC_MSVCRT || !strftime(b, sizeof(b), "%s", p) || !strcmp(b, "%s")) ? "-%Y%m%d%H%M%S.m4s" : "-%s.m4s";
1874 return (HAVE_LIBC_MSVCRT || !strftime(b, sizeof(b), "%s", p) || !strcmp(b, "%s")) ? "-%Y%m%d%H%M%S.ts" : "-%s.ts";
1961 if (av_stristr(dir, "%v") && proto && !strcmp(proto, "file")) {
2277 if (dir && strcmp(dir, "."))
2538 use_temp_file = proto && !strcmp(proto, "file")
2813 use_temp_file = proto && !strcmp(proto, "file") && (hls->flags & HLS_TEMP_FILE);