Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c421 case OP_NOTPROP: in get_chr_property_list()
823 if (leftop == OP_PROP || leftop == OP_NOTPROP) in compare_opcodes()
827 else if (rightop == OP_PROP || rightop == OP_NOTPROP) in compare_opcodes()
1050 case OP_NOTPROP: in compare_opcodes()
1052 list_ptr[0] == OP_NOTPROP)) in compare_opcodes()
1237 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2; in PRIV()
1244 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in PRIV()
H A Dpcre2_compile.c5576 *code++ = OP_NOTPROP; in compile_branch()
7400 if (op_previous == OP_PROP || op_previous == OP_NOTPROP) in compile_branch()
7560 || tempcode[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0); in compile_branch()
7775 *code++ = (meta_arg == ESC_p)? OP_PROP : OP_NOTPROP; in compile_branch()
8530 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2; in find_recurse()
8537 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_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_internal.h1363 OP_NOTPROP, /* 15 \P (not Unicode property) */ enumerator
H A Dpcre2_jit_compile.c885 case OP_NOTPROP: in next_opcode()
1307 case OP_NOTPROP: in detect_early_fail()
2052 case OP_NOTPROP: in get_framesize()
5559 case OP_NOTPROP: in scan_prefix()
8542 case OP_NOTPROP: in compile_char1_matchingpath()
8545 propdata[1] = type == OP_NOTPROP ? XCL_NOTPROP : XCL_PROP; in compile_char1_matchingpath()
11823 case OP_NOTPROP: in compile_matchingpath()
H A Dpcre2_match.c2412 case OP_NOTPROP: in match()
2426 if (Fop == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
2469 if (Fop == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
2474 (Fop == OP_NOTPROP)) RRETURN(MATCH_NOMATCH); in match()
2500 fc >= 0xe000) == (Fop == OP_NOTPROP)) in match()
2607 if (Lctype == OP_PROP || Lctype == OP_NOTPROP) in match()
2777 if (Lctype == OP_NOTPROP) break; in match()
3456 (Lctype == OP_NOTPROP)) in match()
3532 if (Lctype == OP_NOTPROP) break; in match()
3892 if (Lctype == OP_NOTPROP) break; 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_printint.c482 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) in pcre2_printint()
516 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in pcre2_printint()
633 case OP_NOTPROP: in pcre2_printint()
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()

Completed in 111 milliseconds