Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_study.c328 case OP_CLASS: in find_minlength()
337 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength()
339 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength()
1333 case OP_CLASS: in set_start_bits()
H A Dpcre_compile.c1906 case OP_CLASS: in find_fixedlength()
1915 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength()
1917 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength()
2534 case OP_CLASS: in could_be_empty_branch()
2536 ccode = code + PRIV(OP_lengths)[OP_CLASS]; in could_be_empty_branch()
3042 case OP_CLASS: in get_chr_property_list()
3244 else if (base_list[0] == OP_CLASS || list[0] == OP_CLASS in compare_opcodes()
3254 if (base_list[0] == OP_CLASS) in compare_opcodes()
3269 case OP_CLASS: in compare_opcodes()
3590 case OP_CLASS: in compare_opcodes()
[all …]
H A Dpcre_exec.c2876 case OP_CLASS: in match()
2934 if (op == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
2955 if (op == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
2989 if (op == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
3013 if (op == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
3043 if (op == OP_CLASS) break; in match()
3075 if (op == OP_CLASS) break; in match()
H A DHACKING323 less than 256, OP_CLASS is used for a positive class, and OP_NCLASS for a
329 The reason for having both OP_CLASS and OP_NCLASS is so that, in UTF-8/16/32
331 For OP_CLASS they do not match, whereas for OP_NCLASS they do.
H A Dpcre_jit_compile.c628 case OP_CLASS: in next_opcode()
1171 case OP_CLASS: in set_private_data_ptrs()
1383 case OP_CLASS: in get_framesize()
1625 case OP_CLASS: in get_private_data_copy_length()
1838 case OP_CLASS: in copy_private_data()
3328 case OP_CLASS: in scan_prefix()
5738 case OP_CLASS: in compile_char1_matchingpath()
5765 if (type == OP_CLASS) in compile_char1_matchingpath()
7902 case OP_CLASS: in compile_iterator_matchingpath()
8373 case OP_CLASS: in compile_matchingpath()
[all …]
H A Dpcre_internal.h2041 OP_CLASS, /* 110 Match a character class, chars < 256 only */ enumerator

Completed in 77 milliseconds