Searched refs:escape_flags (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/tools/ |
H A D | ffescape.c | 69 int escape_flags = 0; in main() local 87 if (!strcmp(optarg, "whitespace")) escape_flags |= AV_ESCAPE_FLAG_WHITESPACE; in main() 88 else if (!strcmp(optarg, "strict")) escape_flags |= AV_ESCAPE_FLAG_STRICT; in main() 89 else if (!strcmp(optarg, "xml_single_quotes")) escape_flags |= AV_ESCAPE_FLAG_XML_SINGLE_QUOTES; in main() 90 else if (!strcmp(optarg, "xml_double_quotes")) escape_flags |= AV_ESCAPE_FLAG_XML_DOUBLE_QUOTES; in main() 178 if (av_escape(&dst_buf, src_buf, special_chars, escape_mode, escape_flags) < 0) { in main()
|
/third_party/jerryscript/jerry-core/parser/regexp/ |
H A D | re-parser.c | 939 static const uint8_t escape_flags[] = {0x01, 0x02, 0x04, 0x08, 0x10, 0x20}; in re_parse_char_class() local 1025 found_escape_flags |= escape_flags[escape]; in re_parse_char_class() 1104 if (found_escape_flags & escape_flags[escape]) in re_parse_char_class()
|
Completed in 2 milliseconds