Searched refs:allowed_extensions (Results 1 - 3 of 3) sorted by relevance
/third_party/nghttp2/ |
H A D | git-clang-format | 294 def filter_by_extension(dictionary, allowed_extensions): 297 `allowed_extensions` must be a collection of lowercase file extensions, 299 allowed_extensions = frozenset(allowed_extensions) 302 if len(base_ext) == 1 or base_ext[1].lower() not in allowed_extensions:
|
/third_party/ffmpeg/libavformat/ |
H A D | dashdec.c | 150 char *allowed_extensions; member 424 if (strcmp(c->allowed_extensions, "ALL") && !av_match_ext(url, c->allowed_extensions)) { in open_url() 427 "If you wish to override this adjust allowed_extensions, you can set it to \'ALL\' to allow all\n", in open_url() 2352 {"allowed_extensions", "List of file extensions that dash is allowed to access", 2353 OFFSET(allowed_extensions), AV_OPT_TYPE_STRING,
|
H A D | hls.c | 223 char *allowed_extensions; member 664 if (strcmp(c->allowed_extensions, "ALL") && !av_match_ext(url, c->allowed_extensions)) { in open_url() 667 "If you wish to override this adjust allowed_extensions, you can set it to \'ALL\' to allow all\n", in open_url() 2536 {"allowed_extensions", "List of file extensions that hls is allowed to access", 2537 OFFSET(allowed_extensions), AV_OPT_TYPE_STRING,
|
Completed in 9 milliseconds