Lines Matching refs:OP_CHARI
710 case OP_CHARI: in next_opcode()
1602 case OP_CHARI: in get_framesize()
3511 case OP_CHARI: in scan_prefix()
6460 case OP_CHARI: in compile_char1_matchingpath()
6476 return byte_sequence_compare(common, type == OP_CHARI, cc, &context, backtracks); in compile_char1_matchingpath()
6656 else if (*cc == OP_CHARI) in compile_charn_matchingpath()
6691 …do cc = byte_sequence_compare(common, *cc == OP_CHARI, cc + 1, &context, backtracks); while (conte… in compile_charn_matchingpath()
8672 *type = OP_CHARI; in get_iterator_parameters()
8927 if ((type != OP_CHAR && type != OP_CHARI) && (*end == OP_CHAR || *end == OP_CHARI)) in compile_iterator_matchingpath()
8933 if (charpos_enabled && *end == OP_CHARI && char_has_othercase(common, end + 1)) in compile_iterator_matchingpath()
9392 case OP_CHARI: in compile_matchingpath()