Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_study.c240 cc += (cc[1] == OP_PROP || cc[1] == OP_NOTPROP)? 4 : 2; in find_minlength()
260 || cc[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0); in find_minlength()
266 case OP_NOTPROP: in find_minlength()
316 if (cc[1] == OP_PROP || cc[1] == OP_NOTPROP) cc += 2; in find_minlength()
324 || cc[1 + IMM2_SIZE] == OP_NOTPROP) cc += 2; in find_minlength()
897 case OP_NOTPROP: in set_start_bits()
H A Dpcre_printint.c493 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) in pcre_printint()
527 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in pcre_printint()
630 case OP_NOTPROP: in pcre_printint()
H A Dpcre_compile.c1895 case OP_NOTPROP: in find_fixedlength()
2590 case OP_NOTPROP: in could_be_empty_branch()
2647 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2; in could_be_empty_branch()
3024 case OP_NOTPROP: in get_chr_property_list()
3369 if (leftop == OP_PROP || leftop == OP_NOTPROP) in compare_opcodes()
3373 else if (rightop == OP_PROP || rightop == OP_NOTPROP) in compare_opcodes()
3596 case OP_NOTPROP: in compare_opcodes()
3598 list_ptr[0] == OP_NOTPROP)) in compare_opcodes()
5441 *code++ = OP_NOTPROP; in compile_branch()
5785 if (*previous == OP_PROP || *previous == OP_NOTPROP) in compile_branch()
[all …]
H A Dpcre_exec.c2547 case OP_NOTPROP: in match()
2561 if (op == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
2567 prop->chartype == ucp_Lt) == (op == OP_NOTPROP)) in match()
2590 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP)) in match()
2604 if (op == OP_NOTPROP) RRETURN(MATCH_NOMATCH); in match()
2609 (op == OP_NOTPROP)) RRETURN(MATCH_NOMATCH); in match()
2617 c == CHAR_UNDERSCORE) == (op == OP_NOTPROP)) in match()
2635 c >= 0xe000) == (op == OP_NOTPROP)) in match()
4141 if (ctype == OP_PROP || ctype == OP_NOTPROP) in match()
4143 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.c602 case OP_NOTPROP: in next_opcode()
1357 case OP_NOTPROP: in get_framesize()
3427 case OP_NOTPROP: in scan_prefix()
5417 case OP_NOTPROP: in compile_char1_matchingpath()
5420 propdata[1] = type == OP_NOTPROP ? XCL_NOTPROP : XCL_PROP; in compile_char1_matchingpath()
7956 case OP_NOTPROP: in compile_iterator_matchingpath()
8310 case OP_NOTPROP: in compile_matchingpath()

Completed in 79 milliseconds