Searched refs:OP_POSUPTO (Results 1 – 10 of 10) sorted by relevance
225 case OP_POSUPTO: in pcre_pattern_to_host_byte_order()
515 case OP_POSUPTO: in pcre_printint()522 else if (*code == OP_POSUPTO || *code == OP_POSUPTOI) fprintf(f, "+"); in pcre_printint()
503 case OP_POSUPTO: in find_minlength()1021 case OP_POSUPTO: in set_start_bits()
824 OP_POSUPTO, 0, /* UPTO, MINUPTO */1987 case OP_POSUPTO: in find_fixedlength()2138 case OP_POSUPTO: in PRIV()2263 case OP_POSUPTO: in find_recurse()2665 case OP_POSUPTO: in could_be_empty_branch()2886 if (c == OP_UPTO || c == OP_MINUPTO || c == OP_EXACT || c == OP_POSUPTO) in get_chr_property_list()3649 *code += OP_POSUPTO - OP_UPTO; in auto_possessify()3653 *code += OP_POSUPTO - OP_MINUPTO; in auto_possessify()3771 case OP_POSUPTO: in auto_possessify()6362 case OP_UPTO: *tempcode = OP_POSUPTO; break; in compile_branch()
697 case OP_POSUPTO: in next_opcode()1371 case OP_POSUPTO: in get_framesize()7751 if (*opcode >= OP_STAR && *opcode <= OP_POSUPTO) in get_iterator_parameters()7808 …*opcode = (*opcode == OP_CRRANGE) ? OP_UPTO : (*opcode == OP_CRMINRANGE ? OP_MINUPTO : OP_POSUPTO); in get_iterator_parameters()7819 if (*opcode == OP_UPTO || *opcode == OP_MINUPTO || *opcode == OP_EXACT || *opcode == OP_POSUPTO) in get_iterator_parameters()8025 case OP_POSUPTO: in compile_iterator_matchingpath()8028 if (opcode == OP_POSUPTO) in compile_iterator_matchingpath()8034 if (opcode != OP_POSUPTO) in compile_iterator_matchingpath()8300 case OP_POSUPTO: in compile_matchingpath()8675 case OP_POSUPTO: in compile_iterator_backtrackingpath()[all …]
2492 case OP_POSUPTO: in internal_dfa_exec()2516 if (codevalue == OP_POSUPTO || codevalue == OP_NOTPOSUPTO) in internal_dfa_exec()
1942 OP_POSUPTO, /* 45 Possessified upto, caseful */ enumerator
259 OP_POSUPTO OP_POSUPTOI
2585 case OP_POSUPTO: in regexflip8_or_16()
3320 case OP_POSUPTO: in match()