Searched refs:OP_CLASS (Results 1 – 10 of 10) sorted by relevance
454 case OP_CLASS: in get_chr_property_list()695 else if (base_list[0] == OP_CLASS || list[0] == OP_CLASS in compare_opcodes()703 if (base_list[0] == OP_CLASS || (!utf && base_list[0] == OP_NCLASS)) in compare_opcodes()705 if (base_list[0] == OP_CLASS) in compare_opcodes()720 case OP_CLASS: in compare_opcodes()1042 case OP_CLASS: in compare_opcodes()1156 else if (c == OP_CLASS || c == OP_NCLASS || c == OP_XCLASS) in PRIV()
400 case OP_CLASS: in find_minlength()409 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength()411 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength()1486 case OP_CLASS: in set_start_bits()
1793 case OP_CLASS: in match()1848 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()1869 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()1902 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()1926 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()1956 if (Fop == OP_CLASS) break; in match()1992 if (Fop == OP_CLASS) break; in match()
638 case OP_CLASS: in pcre2_printint()
700 case OP_CLASS: in next_opcode()1025 case OP_CLASS: in is_accelerated_repeat()1458 case OP_CLASS: in set_private_data_ptrs()1678 case OP_CLASS: in get_framesize()2034 case OP_CLASS: in get_recurse_data_length()2406 case OP_CLASS: in copy_recurse_data()3998 case OP_CLASS: in scan_prefix()7650 case OP_CLASS: in compile_char1_matchingpath()7670 if (type == OP_CLASS) in compile_char1_matchingpath()7678 if (type == OP_CLASS) in compile_char1_matchingpath()[all …]
1459 OP_CLASS, /* 110 Match a character class, chars < 256 only */ enumerator
5686 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS; in compile_branch()6516 case OP_CLASS: in compile_branch()7149 case OP_CLASS: in compile_branch()
2546 case OP_CLASS: in internal_dfa_match()
3026 #define OP_CLASS (MAX_CHAR+6) macro3175 }else ret = trex_newnode(exp,OP_CLASS); in trex_class()3522 case OP_CLASS: in trex_matchnode()3523 …if(trex_matchclass(exp,&exp->_nodes[node->left],*str)?(type == OP_CLASS?TRex_True:TRex_False):(typ… in trex_matchnode()
570 less than 256, OP_CLASS is used for a positive class, and OP_NCLASS for a576 The reason for having both OP_CLASS and OP_NCLASS is so that, in UTF-8 and578 handled correctly. For OP_CLASS they do not match, whereas for OP_NCLASS they