Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_find_bracket.c154 case OP_CHARI: in PRIV()
H A Dpcre2_auto_possess.c363 list[0] = OP_CHARI; in get_chr_property_list()
411 case OP_CHARI: in get_chr_property_list()
413 list[0] = (c == OP_CHARI) ? OP_CHAR : OP_NOT; in get_chr_property_list()
637 if (base_list[0] != OP_CHAR && base_list[0] != OP_CHARI) in compare_opcodes()
1307 case OP_CHARI: in PRIV()
H A Dpcre2_pattern_info.c306 case OP_CHARI: in pcre2_callout_enumerate()
H A Dpcre2_printint.c392 case OP_CHARI: in pcre2_printint()
399 while (*code == OP_CHARI); in pcre2_printint()
H A Dpcre2_study.c300 case OP_CHARI: in find_minlength()
1175 case OP_CHARI: in set_start_bits()
1334 case OP_CHARI: in set_start_bits()
H A Dpcre2_compile.c7273 case OP_CHARI: in compile_branch()
7301 if (op_previous <= OP_CHARI && repeat_min > 1) in compile_branch()
7305 if (op_previous == OP_CHARI) reqcuflags |= REQ_CASELESS; in compile_branch()
7940 case OP_CHARI: in compile_branch()
8272 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_CHARI : OP_CHAR; in compile_branch()
8984 case OP_CHARI: in find_recurse()
9127 case OP_CHARI: in find_firstassertedcu()
H A Dpcre2_jit_compile.c1013 case OP_CHARI: in next_opcode()
1371 case OP_CHARI: in detect_early_fail()
2166 case OP_CHARI: in get_framesize()
5622 case OP_CHARI: in scan_prefix()
9092 case OP_CHARI: in compile_char1_matchingpath()
9124 SLJIT_ASSERT(type == OP_CHARI && char_has_othercase(common, cc)); in compile_char1_matchingpath()
9300 else if (*cc == OP_CHARI) in compile_charn_matchingpath()
11630 *type = OP_CHARI; in get_iterator_parameters()
11957 if ((type != OP_CHAR && type != OP_CHARI) && (*end == OP_CHAR || *end == OP_CHARI)) in compile_iterator_matchingpath()
11964 if (charpos_enabled && *end == OP_CHARI && char_has_othercase(common, end + 1)) in compile_iterator_matchingpath()
[all …]
H A Dpcre2_internal.h1434 OP_CHARI, /* 30 Match one character, caselessly */ enumerator
H A Dpcre2_dfa_match.c2294 case OP_CHARI: in internal_dfa_match()
H A Dpcre2_match.c1034 case OP_CHARI: in match()

Completed in 96 milliseconds