Home
last modified time | relevance | path

Searched refs:OP_NOTPROP (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.c438 case OP_NOTPROP: 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()
1068 case OP_NOTPROP: in compare_opcodes()
1070 list_ptr[0] == OP_NOTPROP)) 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_study.c323 cc += (cc[1] == OP_PROP || cc[1] == OP_NOTPROP)? 4 : 2; in find_minlength()
343 || cc[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0); in find_minlength()
349 case OP_NOTPROP: in find_minlength()
399 if (cc[1] == OP_PROP || cc[1] == OP_NOTPROP) cc += 2; in find_minlength()
407 || cc[1 + IMM2_SIZE] == OP_NOTPROP) cc += 2; in find_minlength()
1042 case OP_NOTPROP: in set_start_bits()
H A Dpcre2_printint.c513 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()
664 case OP_NOTPROP: in pcre2_printint()
H A Dpcre2_match.c2429 case OP_NOTPROP: in match()
2439 BOOL notmatch = Fop == OP_NOTPROP; in match()
2646 if (Lctype == OP_PROP || Lctype == OP_NOTPROP) in match()
2665 BOOL notmatch = Lctype == OP_NOTPROP; in match()
3460 if (Lctype == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
3480 chartype == ucp_Lt) == (Lctype == OP_NOTPROP)) in match()
3553 if (ok == (Lctype == OP_NOTPROP)) in match()
3648 if (Lctype == OP_NOTPROP) break; in match()
3674 fc >= 0xe000) == (Lctype == OP_NOTPROP)) in match()
3713 if (ok == (Lctype == OP_NOTPROP)) in match()
[all …]
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.c5684 *code++ = OP_NOTPROP; in compile_branch()
7517 if (op_previous == OP_PROP || op_previous == OP_NOTPROP) in compile_branch()
7677 || tempcode[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0); in compile_branch()
7892 *code++ = (meta_arg == ESC_p)? OP_PROP : OP_NOTPROP; 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_dfa_match.c819 case OP_NOTPROP: in internal_dfa_match()
1167 case OP_NOTPROP: in internal_dfa_match()
H A Dpcre2_internal.h1387 OP_NOTPROP, /* 15 \P (not Unicode property) */ enumerator
H A Dpcre2_jit_compile.c890 case OP_NOTPROP: in next_opcode()
1314 case OP_NOTPROP: in detect_early_fail()
2053 case OP_NOTPROP: in get_framesize()
5637 case OP_NOTPROP: in scan_prefix()
8850 case OP_NOTPROP: in compile_char1_matchingpath()
8853 propdata[1] = type == OP_NOTPROP ? XCL_NOTPROP : XCL_PROP; in compile_char1_matchingpath()
12131 case OP_NOTPROP: in compile_matchingpath()

Completed in 153 milliseconds