Home
last modified time | relevance | path

Searched refs:OP_POSUPTO (Results 1 – 7 of 7) sorted by relevance

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_printint.c513 case OP_POSUPTO: in pcre_printint()
520 else if (*code == OP_POSUPTO || *code == OP_POSUPTOI) fprintf(f, "+"); in pcre_printint()
H A Dpcre_study.c543 case OP_POSUPTO: in find_minlength()
1061 case OP_POSUPTO: in set_start_bits()
H A Dpcre_compile.c832 OP_POSUPTO, 0, /* UPTO, MINUPTO */
2015 case OP_POSUPTO: in find_fixedlength()
2174 case OP_POSUPTO: in PRIV()
2319 case OP_POSUPTO: in find_recurse()
2716 case OP_POSUPTO: in could_be_empty_branch()
2937 if (c == OP_UPTO || c == OP_MINUPTO || c == OP_EXACT || c == OP_POSUPTO) in get_chr_property_list()
3714 *code += OP_POSUPTO - OP_UPTO; in auto_possessify()
3718 *code += OP_POSUPTO - OP_MINUPTO; in auto_possessify()
3837 case OP_POSUPTO: in auto_possessify()
6467 case OP_UPTO: *tempcode = OP_POSUPTO; break; in compile_branch()
H A Dpcre_jit_compile.c693 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 …]
H A Dpcre_internal.h1950 OP_POSUPTO, /* 45 Possessified upto, caseful */ enumerator
H A DHACKING259 OP_POSUPTO OP_POSUPTOI
H A Dpcre_exec.c3325 case OP_POSUPTO: in match()

Completed in 94 milliseconds