Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_compile.c2007 case OP_PLUS: in find_fixedlength()
2190 case OP_PLUS: in PRIV()
2335 case OP_PLUS: in find_recurse()
2611 case OP_PLUS: in could_be_empty_branch()
3682 list[1] = c == OP_STAR || c == OP_PLUS || c == OP_QUERY || c == OP_UPTO; in auto_possessify()
3697 case OP_PLUS: in auto_possessify()
3698 *code += OP_POSPLUS - OP_PLUS; in auto_possessify()
3827 case OP_PLUS: in auto_possessify()
5826 *code++ = OP_PLUS + repeat_type; in compile_branch()
6465 case OP_PLUS: *tempcode = OP_POSPLUS; break; in compile_branch()
[all …]
H A Dpcre_study.c217 case OP_PLUS: in find_minlength()
1077 case OP_PLUS: in set_start_bits()
H A Dpcre_printint.c475 case OP_PLUS: in pcre_printint()
H A Dpcre_jit_compile.c683 case OP_PLUS: in next_opcode()
1028 case OP_PLUS: \
3297 case OP_PLUS: in scan_prefix()
7966 case OP_PLUS: in compile_iterator_matchingpath()
8009 if (opcode == OP_PLUS) in compile_iterator_matchingpath()
8014 if (opcode <= OP_PLUS) in compile_iterator_matchingpath()
8021 if (opcode <= OP_PLUS) in compile_iterator_matchingpath()
8349 case OP_PLUS: in compile_matchingpath()
8618 case OP_PLUS: in compile_iterator_backtrackingpath()
8633 if (opcode <= OP_PLUS) in compile_iterator_backtrackingpath()
[all …]
H A Dpcre_internal.h1938 OP_PLUS, /* 35 the minimizing one second. */ enumerator
H A DHACKING243 OP_PLUS OP_PLUSI
H A Dpcre_exec.c3368 case OP_PLUS: in match()

Completed in 91 milliseconds