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()
834 OP_POSUPTO, 0, /* UPTO, MINUPTO */2017 case OP_POSUPTO: in find_fixedlength()2176 case OP_POSUPTO: in PRIV()2321 case OP_POSUPTO: in find_recurse()2718 case OP_POSUPTO: in could_be_empty_branch()2939 if (c == OP_UPTO || c == OP_MINUPTO || c == OP_EXACT || c == OP_POSUPTO) in get_chr_property_list()3716 *code += OP_POSUPTO - OP_UPTO; in auto_possessify()3720 *code += OP_POSUPTO - OP_MINUPTO; in auto_possessify()3839 case OP_POSUPTO: in auto_possessify()6469 case OP_UPTO: *tempcode = OP_POSUPTO; break; in compile_branch()
545 case OP_POSUPTO: in find_minlength()1063 case OP_POSUPTO: in set_start_bits()
693 case OP_POSUPTO: in next_opcode()1380 case OP_POSUPTO: in get_framesize()7810 if (*opcode >= OP_STAR && *opcode <= OP_POSUPTO) in get_iterator_parameters()7867 …*opcode = (*opcode == OP_CRRANGE) ? OP_UPTO : (*opcode == OP_CRMINRANGE ? OP_MINUPTO : OP_POSUPTO); in get_iterator_parameters()7878 if (*opcode == OP_UPTO || *opcode == OP_MINUPTO || *opcode == OP_EXACT || *opcode == OP_POSUPTO) in get_iterator_parameters()8084 case OP_POSUPTO: in compile_iterator_matchingpath()8087 if (opcode == OP_POSUPTO) in compile_iterator_matchingpath()8093 if (opcode != OP_POSUPTO) in compile_iterator_matchingpath()8359 case OP_POSUPTO: in compile_matchingpath()8733 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()
1950 OP_POSUPTO, /* 45 Possessified upto, caseful */ enumerator
259 OP_POSUPTO OP_POSUPTOI
2588 case OP_POSUPTO: in regexflip8_or_16()
3327 case OP_POSUPTO: in match()