Searched refs:OP_NOTPROP (Results 1 – 10 of 10) sorted by relevance
122 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()
421 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()
2412 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 …]
323 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()
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()633 case OP_NOTPROP: in pcre2_printint()
382 if (cc[-1] == OP_PROP || cc[-1] == OP_NOTPROP) cc += 2; in pcre2_callout_enumerate()
5576 *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()
1363 OP_NOTPROP, /* 15 \P (not Unicode property) */ enumerator
819 case OP_NOTPROP: in internal_dfa_match()1167 case OP_NOTPROP: in internal_dfa_match()
885 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()
Completed in 105 milliseconds