Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_study.c242 cc += (cc[1] == OP_PROP || cc[1] == OP_NOTPROP)? 4 : 2; in find_minlength()
262 || cc[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0); in find_minlength()
268 case OP_NOTPROP: in find_minlength()
318 if (cc[1] == OP_PROP || cc[1] == OP_NOTPROP) cc += 2; in find_minlength()
326 || cc[1 + IMM2_SIZE] == OP_NOTPROP) cc += 2; in find_minlength()
899 case OP_NOTPROP: in set_start_bits()
H A Dpcre_printint.c495 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) in pcre_printint()
529 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in pcre_printint()
632 case OP_NOTPROP: in pcre_printint()
H A Dpcre_compile.c1898 case OP_NOTPROP: in find_fixedlength()
2593 case OP_NOTPROP: in could_be_empty_branch()
2650 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2; in could_be_empty_branch()
3027 case OP_NOTPROP: in get_chr_property_list()
3372 if (leftop == OP_PROP || leftop == OP_NOTPROP) in compare_opcodes()
3376 else if (rightop == OP_PROP || rightop == OP_NOTPROP) in compare_opcodes()
3599 case OP_NOTPROP: in compare_opcodes()
3601 list_ptr[0] == OP_NOTPROP)) in compare_opcodes()
5482 *code++ = OP_NOTPROP; in compile_branch()
5869 if (*previous == OP_PROP || *previous == OP_NOTPROP) in compile_branch()
[all …]
H A Dpcre_exec.c2549 case OP_NOTPROP: in match()
2563 if (op == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
2569 prop->chartype == ucp_Lt) == (op == OP_NOTPROP)) in match()
2592 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP)) in match()
2606 if (op == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
2611 (op == OP_NOTPROP)) RRETURN(MATCH_NOMATCH); in match()
2619 c == CHAR_UNDERSCORE) == (op == OP_NOTPROP)) in match()
2637 c >= 0xe000) == (op == OP_NOTPROP)) in match()
4143 if (ctype == OP_PROP || ctype == OP_NOTPROP) in match()
4145 prop_fail_result = ctype == OP_NOTPROP; in match()
H A DHACKING298 OP_PROP and OP_NOTPROP are used for positive and negative matches of a
307 three units: OP_PROP or OP_NOTPROP, and then the desired property type and
H A Dpcre_internal.h1906 OP_NOTPROP, /* 15 \P (not Unicode property) */ enumerator
H A Dpcre_jit_compile.c617 case OP_NOTPROP: in next_opcode()
1566 case OP_NOTPROP: in get_framesize()
3662 case OP_NOTPROP: in scan_prefix()
6359 case OP_NOTPROP: in compile_char1_matchingpath()
6362 propdata[1] = type == OP_NOTPROP ? XCL_NOTPROP : XCL_PROP; in compile_char1_matchingpath()
9342 case OP_NOTPROP: in compile_matchingpath()

Completed in 65 milliseconds