Home
last modified time | relevance | path

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

/php-src/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()
847 if (leftop == OP_PROP || leftop == OP_NOTPROP) in compare_opcodes()
851 else if (rightop == OP_PROP || rightop == OP_NOTPROP) in compare_opcodes()
1074 case OP_NOTPROP: in compare_opcodes()
1076 list_ptr[0] == OP_NOTPROP)) in compare_opcodes()
1265 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2; in PRIV()
1272 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in PRIV()
H A Dpcre2_study.c326 cc += (cc[1] == OP_PROP || cc[1] == OP_NOTPROP)? 4 : 2; in find_minlength()
346 || cc[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0); in find_minlength()
352 case OP_NOTPROP: in find_minlength()
402 if (cc[1] == OP_PROP || cc[1] == OP_NOTPROP) cc += 2; in find_minlength()
410 || cc[1 + IMM2_SIZE] == OP_NOTPROP) cc += 2; in find_minlength()
1046 case OP_NOTPROP: in set_start_bits()
H A Dpcre2_printint.c524 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) in pcre2_printint()
558 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in pcre2_printint()
675 case OP_NOTPROP: in pcre2_printint()
H A Dpcre2_match.c2480 case OP_NOTPROP: in match()
2491 BOOL notmatch = Fop == OP_NOTPROP; in match()
2709 if (Lctype == OP_PROP || Lctype == OP_NOTPROP) in match()
2728 BOOL notmatch = Lctype == OP_NOTPROP; in match()
3531 if (Lctype == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
3624 if (ok == (Lctype == OP_NOTPROP)) in match()
3719 if (Lctype == OP_NOTPROP) continue; in match()
3728 if (Lctype == OP_NOTPROP) break; in match()
3754 fc >= 0xe000) == (Lctype == OP_NOTPROP)) in match()
3793 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.c5936 *code++ = OP_NOTPROP; in compile_branch()
7776 if (op_previous == OP_PROP || op_previous == OP_NOTPROP) in compile_branch()
7936 || tempcode[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0); in compile_branch()
8151 *code++ = (meta_arg == ESC_p)? OP_PROP : OP_NOTPROP; in compile_branch()
8954 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2; in find_recurse()
8961 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in find_recurse()
H A Dpcre2_dfa_match.c821 case OP_NOTPROP: in internal_dfa_match()
1173 case OP_NOTPROP: in internal_dfa_match()
H A Dpcre2_internal.h1412 OP_NOTPROP, /* 15 \P (not Unicode property) */ enumerator
H A Dpcre2_jit_compile.c931 case OP_NOTPROP: in next_opcode()
1363 case OP_NOTPROP: in detect_early_fail()
2151 case OP_NOTPROP: in get_framesize()
5791 case OP_NOTPROP: in scan_prefix()
9051 case OP_NOTPROP: in compile_char1_matchingpath()
9054 propdata[1] = type == OP_NOTPROP ? XCL_NOTPROP : XCL_PROP; in compile_char1_matchingpath()
12520 case OP_NOTPROP: in compile_matchingpath()

Completed in 137 milliseconds