Lines Matching refs:OP_CHARI
1863 case OP_CHARI: in find_fixedlength()
2161 case OP_CHARI: in PRIV()
2306 case OP_CHARI: in find_recurse()
2609 case OP_CHARI: in could_be_empty_branch()
2951 list[0] = OP_CHARI; in get_chr_property_list()
2999 case OP_CHARI: in get_chr_property_list()
3001 list[0] = (c == OP_CHARI) ? OP_CHAR : OP_NOT; in get_chr_property_list()
3824 case OP_CHARI: in auto_possessify()
5729 if (*previous == OP_CHAR || *previous == OP_CHARI in compile_branch()
5736 case OP_CHARI: op_type = OP_STARI - OP_STAR; break; in compile_branch()
5762 if (*previous <= OP_CHARI && repeat_min > 1) in compile_branch()
6398 case OP_CHARI: in compile_branch()
8141 *code++ = ((options & PCRE_CASELESS) != 0)? OP_CHARI : OP_CHAR; in compile_branch()
8861 case OP_CHARI: in find_firstassertedchar()