Home
last modified time | relevance | path

Searched refs:OP_CHAR (Results 1 – 10 of 10) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c342 list[0] = OP_CHAR; in get_chr_property_list()
387 case OP_CHAR: in get_chr_property_list()
396 list[0] = (c == OP_CHARI) ? OP_CHAR : OP_NOT; in get_chr_property_list()
451 list[0] = (c == OP_PROP) ? OP_CHAR : OP_NOT; in get_chr_property_list()
616 if (base_list[0] != OP_CHAR && base_list[0] != OP_CHARI) in compare_opcodes()
701 if (base_list[0] == OP_CHAR) in compare_opcodes()
706 else if (list[0] == OP_CHAR) in compare_opcodes()
946 case OP_CHAR: in compare_opcodes()
1278 case OP_CHAR: in PRIV()
H A Dpcre2_find_bracket.c153 case OP_CHAR: in PRIV()
H A Dpcre2_pattern_info.c305 case OP_CHAR: in pcre2_callout_enumerate()
H A Dpcre2_printint.c351 case OP_CHAR: in pcre2_printint()
358 while (*code == OP_CHAR); in pcre2_printint()
H A Dpcre2_study.c296 case OP_CHAR: in find_minlength()
1233 case OP_CHAR: in set_start_bits()
H A Dpcre2_compile.c6895 case OP_CHAR: in compile_branch()
6900 op_type = chartypeoffset[op_previous - OP_CHAR]; in compile_branch()
7565 case OP_CHAR: in compile_branch()
7867 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_CHARI : OP_CHAR; in compile_branch()
8561 case OP_CHAR: in find_recurse()
8693 case OP_CHAR: in find_firstassertedcu()
H A Dpcre2_internal.h1384 OP_CHAR, /* 29 Match one character, casefully */ enumerator
H A Dpcre2_jit_compile.c963 case OP_CHAR: in next_opcode()
1313 case OP_CHAR: in detect_early_fail()
2066 case OP_CHAR: in get_framesize()
5395 case OP_CHAR: in scan_prefix()
8639 case OP_CHAR: in compile_char1_matchingpath()
8649 if (type == OP_CHAR || !char_has_othercase(common, cc) || char_get_othercase_bit(common, cc) != 0) in compile_char1_matchingpath()
8840 if (*cc == OP_CHAR) in compile_charn_matchingpath()
10991 *type = OP_CHAR; in get_iterator_parameters()
11323 if ((type != OP_CHAR && type != OP_CHARI) && (*end == OP_CHAR || *end == OP_CHARI)) in compile_iterator_matchingpath()
11845 case OP_CHAR: in compile_matchingpath()
H A Dpcre2_dfa_match.c2185 case OP_CHAR: in internal_dfa_match()
H A Dpcre2_match.c927 case OP_CHAR: in match()

Completed in 107 milliseconds