Home
last modified time | relevance | path

Searched refs:OP_UPTO (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c2045 case OP_UPTO: in find_fixedlength()
2168 case OP_UPTO: in PRIV()
2313 case OP_UPTO: in find_recurse()
2708 case OP_UPTO: in could_be_empty_branch()
3715 case OP_UPTO: in auto_possessify()
3716 *code += OP_POSUPTO - OP_UPTO; in auto_possessify()
3833 case OP_UPTO: in auto_possessify()
5815 *code++ = OP_UPTO + repeat_type; in compile_branch()
5833 *code++ = OP_UPTO + repeat_type; in compile_branch()
5901 *code++ = OP_UPTO + repeat_type; in compile_branch()
[all …]
H A Dpcre_study.c537 case OP_UPTO: in find_minlength()
1061 case OP_UPTO: in set_start_bits()
H A DHACKING257 OP_UPTO OP_UPTOI
262 Each of these is followed by a count and then the repeated character. OP_UPTO
264 fixed maximum is coded as an OP_EXACT followed by an OP_UPTO (or OP_MINUPTO or
H A Dpcre_jit_compile.c687 case OP_UPTO: in next_opcode()
1037 case OP_UPTO: \
7024 if (repeat_type == OP_UPTO) in compile_bracket_matchingpath()
7476 else if (repeat_type == OP_UPTO) in compile_bracket_matchingpath()
7967 case OP_UPTO: in compile_iterator_matchingpath()
8353 case OP_UPTO: in compile_matchingpath()
8619 case OP_UPTO: in compile_iterator_backtrackingpath()
8631 if (opcode == OP_UPTO) in compile_iterator_backtrackingpath()
8899 if (repeat_type == OP_UPTO) in compile_bracket_backtrackingpath()
8930 if (repeat_type == OP_UPTO) in compile_bracket_backtrackingpath()
[all …]
H A Dpcre_internal.h1947 OP_UPTO, /* 39 From 0 to n matches of one character, caseful*/ enumerator
H A Dpcre_exec.c3332 case OP_UPTO: in match()

Completed in 68 milliseconds