Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_study.c238 cc += (cc[1] == OP_PROP || cc[1] == OP_NOTPROP)? 4 : 2; in find_minlength()
258 || cc[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0); in find_minlength()
264 case OP_NOTPROP: in find_minlength()
314 if (cc[1] == OP_PROP || cc[1] == OP_NOTPROP) cc += 2; in find_minlength()
322 || cc[1 + IMM2_SIZE] == OP_NOTPROP) cc += 2; in find_minlength()
893 case OP_NOTPROP: in set_start_bits()
H A Dpcre_compile.c1878 case OP_NOTPROP: in find_fixedlength()
2573 case OP_NOTPROP: in could_be_empty_branch()
2630 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2; in could_be_empty_branch()
3007 case OP_NOTPROP: in get_chr_property_list()
3352 if (leftop == OP_PROP || leftop == OP_NOTPROP) in compare_opcodes()
3356 else if (rightop == OP_PROP || rightop == OP_NOTPROP) in compare_opcodes()
3579 case OP_NOTPROP: in compare_opcodes()
3581 list_ptr[0] == OP_NOTPROP)) in compare_opcodes()
5402 *code++ = OP_NOTPROP; in compile_branch()
5745 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_jit_compile.c602 case OP_NOTPROP: in next_opcode()
1334 case OP_NOTPROP: in get_framesize()
3398 case OP_NOTPROP: in scan_prefix()
5380 case OP_NOTPROP: in compile_char1_matchingpath()
5383 propdata[1] = type == OP_NOTPROP ? XCL_NOTPROP : XCL_PROP; in compile_char1_matchingpath()
7914 case OP_NOTPROP: in compile_iterator_matchingpath()
8268 case OP_NOTPROP: in compile_matchingpath()
H A Dpcre_internal.h1902 OP_NOTPROP, /* 15 \P (not Unicode property) */ enumerator

Completed in 86 milliseconds