Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_study.c242 cc += (cc[1] == OP_PROP || cc[1] == OP_NOTPROP)? 4 : 2; in find_minlength()
261 cc += 2 + IMM2_SIZE + ((cc[1 + IMM2_SIZE] == OP_PROP in find_minlength()
267 case OP_PROP: in find_minlength()
318 if (cc[1] == OP_PROP || cc[1] == OP_NOTPROP) cc += 2; in find_minlength()
325 if (cc[1 + IMM2_SIZE] == OP_PROP in find_minlength()
930 case OP_PROP: in set_start_bits()
H A Dpcre_compile.c1896 case OP_PROP: in find_fixedlength()
2591 case OP_PROP: in could_be_empty_branch()
3025 case OP_PROP: in get_chr_property_list()
3056 list[0] = (c == OP_PROP) ? OP_CHAR : OP_NOT; in get_chr_property_list()
3371 if (leftop == OP_PROP || leftop == OP_NOTPROP) in compare_opcodes()
3380 BOOL lisprop = leftop == OP_PROP; in compare_opcodes()
3381 BOOL risprop = rightop == OP_PROP; in compare_opcodes()
3597 case OP_PROP: in compare_opcodes()
5787 if (*previous == OP_PROP || *previous == OP_NOTPROP) in compile_branch()
6391 ((tempcode[1 + IMM2_SIZE] == OP_PROP in compile_branch()
[all …]
H A Dpcre_exec.c2548 case OP_PROP: in match()
2574 if ((ecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (op == OP_PROP)) in match()
2579 if ((ecode[2] != prop->chartype) == (op == OP_PROP)) in match()
2584 if ((ecode[2] != prop->script) == (op == OP_PROP)) in match()
2628 { if (op == OP_PROP) { RRETURN(MATCH_NOMATCH); } else break; } in match()
2630 { if (op == OP_PROP) break; else { RRETURN(MATCH_NOMATCH); } } in match()
4143 if (ctype == OP_PROP || 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.h1911 OP_PROP, /* 16 \p (Unicode property) */ enumerator
H A Dpcre_jit_compile.c603 case OP_PROP: in next_opcode()
1358 case OP_PROP: in get_framesize()
3428 case OP_PROP: in scan_prefix()
5418 case OP_PROP: in compile_char1_matchingpath()
7957 case OP_PROP: in compile_iterator_matchingpath()
8311 case OP_PROP: in compile_matchingpath()

Completed in 75 milliseconds