Home
last modified time | relevance | path

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

/PHP-7.4/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.c420 case OP_PROP: in get_chr_property_list()
451 list[0] = (c == OP_PROP) ? OP_CHAR : OP_NOT; 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()
832 BOOL lisprop = leftop == OP_PROP; in compare_opcodes()
833 BOOL risprop = rightop == OP_PROP; in compare_opcodes()
1049 case OP_PROP: 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_printint.c281 const char *not = (*code == OP_PROP)? "" : "not "; in print_prop()
482 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()
632 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()
1246 OK = codevalue != OP_PROP; in internal_dfa_match()
1250 if (OK == (codevalue == OP_PROP)) { ADD_NEW(state_offset + 3, 0); } in internal_dfa_match()
1504 OK = codevalue != OP_PROP; in internal_dfa_match()
1508 if (OK == (d == OP_PROP)) in internal_dfa_match()
1745 OK = codevalue != OP_PROP; in internal_dfa_match()
1749 if (OK == (d == OP_PROP)) in internal_dfa_match()
2011 OK = codevalue != OP_PROP; in internal_dfa_match()
2015 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_match.c2411 case OP_PROP: in match()
2437 if ((Fecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (Fop == OP_PROP)) in match()
2442 if ((Fecode[2] != prop->chartype) == (Fop == OP_PROP)) in match()
2447 if ((Fecode[2] != prop->script) == (Fop == OP_PROP)) in match()
2491 { if (Fop == OP_PROP) { RRETURN(MATCH_NOMATCH); } else break; } in match()
2493 { if (Fop == OP_PROP) break; else { RRETURN(MATCH_NOMATCH); } } in match()
2607 if (Lctype == OP_PROP || Lctype == OP_NOTPROP) in match()
H A Dpcre2_compile.c7400 if (op_previous == OP_PROP || op_previous == OP_NOTPROP) in compile_branch()
7559 ((tempcode[1 + IMM2_SIZE] == OP_PROP in compile_branch()
7775 *code++ = (meta_arg == ESC_p)? OP_PROP : OP_NOTPROP; in compile_branch()
7837 *code++ = OP_PROP; 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_internal.h1364 OP_PROP, /* 16 \p (Unicode property) */ enumerator
H A Dpcre2_jit_compile.c886 case OP_PROP: in next_opcode()
1308 case OP_PROP: in detect_early_fail()
2053 case OP_PROP: in get_framesize()
5560 case OP_PROP: in scan_prefix()
8543 case OP_PROP: in compile_char1_matchingpath()
11824 case OP_PROP: in compile_matchingpath()

Completed in 126 milliseconds