Searched refs:OP_CLASS (Results 1 – 6 of 6) sorted by relevance
332 case OP_CLASS: in find_minlength()341 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength()343 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength()1339 case OP_CLASS: in set_start_bits()
1925 case OP_CLASS: in find_fixedlength()1934 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength()1936 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength()2553 case OP_CLASS: in could_be_empty_branch()2555 ccode = code + PRIV(OP_lengths)[OP_CLASS]; in could_be_empty_branch()3061 case OP_CLASS: in get_chr_property_list()3263 else if (base_list[0] == OP_CLASS || list[0] == OP_CLASS in compare_opcodes()3273 if (base_list[0] == OP_CLASS) in compare_opcodes()3288 case OP_CLASS: in compare_opcodes()3609 case OP_CLASS: in compare_opcodes()[all …]
2876 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()
323 less than 256, OP_CLASS is used for a positive class, and OP_NCLASS for a329 The reason for having both OP_CLASS and OP_NCLASS is so that, in UTF-8/16/32331 For OP_CLASS they do not match, whereas for OP_NCLASS they do.
628 case OP_CLASS: in next_opcode()1187 case OP_CLASS: in set_private_data_ptrs()1406 case OP_CLASS: in get_framesize()1648 case OP_CLASS: in get_private_data_copy_length()1861 case OP_CLASS: in copy_private_data()3357 case OP_CLASS: in scan_prefix()5775 case OP_CLASS: in compile_char1_matchingpath()5802 if (type == OP_CLASS) in compile_char1_matchingpath()7944 case OP_CLASS: in compile_iterator_matchingpath()8415 case OP_CLASS: in compile_matchingpath()[all …]
2049 OP_CLASS, /* 110 Match a character class, chars < 256 only */ enumerator
Completed in 62 milliseconds