Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_find_bracket.c122 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2; in PRIV()
129 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in PRIV()
H A Dpcre2_auto_possess.c437 case OP_PROP: in get_chr_property_list()
468 list[0] = (c == OP_PROP) ? OP_CHAR : OP_NOT; in get_chr_property_list()
841 if (leftop == OP_PROP || leftop == OP_NOTPROP) in compare_opcodes()
845 else if (rightop == OP_PROP || rightop == OP_NOTPROP) in compare_opcodes()
850 BOOL lisprop = leftop == OP_PROP; in compare_opcodes()
851 BOOL risprop = rightop == OP_PROP; in compare_opcodes()
1067 case OP_PROP: in compare_opcodes()
1259 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2; in PRIV()
1266 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in PRIV()
H A Dpcre2_printint.c312 const char *not = (*code == OP_PROP)? "" : "not "; in print_prop()
513 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) in pcre2_printint()
547 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in pcre2_printint()
663 case OP_PROP: in pcre2_printint()
H A Dpcre2_study.c323 cc += (cc[1] == OP_PROP || cc[1] == OP_NOTPROP)? 4 : 2; in find_minlength()
342 cc += 2 + IMM2_SIZE + ((cc[1 + IMM2_SIZE] == OP_PROP in find_minlength()
348 case OP_PROP: in find_minlength()
399 if (cc[1] == OP_PROP || cc[1] == OP_NOTPROP) cc += 2; in find_minlength()
406 if (cc[1 + IMM2_SIZE] == OP_PROP in find_minlength()
1080 case OP_PROP: in set_start_bits()
H A Dpcre2_dfa_match.c820 case OP_PROP: codevalue += OP_PROP_EXTRA; break; in internal_dfa_match()
1166 case OP_PROP: in internal_dfa_match()
1260 OK = codevalue != OP_PROP; in internal_dfa_match()
1264 if (OK == (codevalue == OP_PROP)) { ADD_NEW(state_offset + 3, 0); } in internal_dfa_match()
1532 OK = codevalue != OP_PROP; in internal_dfa_match()
1536 if (OK == (d == OP_PROP)) in internal_dfa_match()
1787 OK = codevalue != OP_PROP; in internal_dfa_match()
1791 if (OK == (d == OP_PROP)) in internal_dfa_match()
2068 OK = codevalue != OP_PROP; in internal_dfa_match()
2072 if (OK == (d == OP_PROP)) in internal_dfa_match()
H A Dpcre2_pattern_info.c382 if (cc[-1] == OP_PROP || cc[-1] == OP_NOTPROP) cc += 2; in pcre2_callout_enumerate()
H A Dpcre2_compile.c7517 if (op_previous == OP_PROP || op_previous == OP_NOTPROP) in compile_branch()
7676 ((tempcode[1 + IMM2_SIZE] == OP_PROP in compile_branch()
7892 *code++ = (meta_arg == ESC_p)? OP_PROP : OP_NOTPROP; in compile_branch()
7964 *code++ = OP_PROP; in compile_branch()
8657 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2; in find_recurse()
8664 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in find_recurse()
H A Dpcre2_internal.h1388 OP_PROP, /* 16 \p (Unicode property) */ enumerator
H A Dpcre2_match.c2428 case OP_PROP: in match()
2646 if (Lctype == OP_PROP || Lctype == OP_NOTPROP) in match()
H A Dpcre2_jit_compile.c891 case OP_PROP: in next_opcode()
1315 case OP_PROP: in detect_early_fail()
2054 case OP_PROP: in get_framesize()
5638 case OP_PROP: in scan_prefix()
8851 case OP_PROP: in compile_char1_matchingpath()
12132 case OP_PROP: in compile_matchingpath()

Completed in 104 milliseconds