Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_compile.c1990 case OP_PLUS: in find_fixedlength()
2173 case OP_PLUS: in PRIV()
2318 case OP_PLUS: in find_recurse()
2594 case OP_PLUS: in could_be_empty_branch()
3665 list[1] = c == OP_STAR || c == OP_PLUS || c == OP_QUERY || c == OP_UPTO; in auto_possessify()
3680 case OP_PLUS: in auto_possessify()
3681 *code += OP_POSPLUS - OP_PLUS; in auto_possessify()
3810 case OP_PLUS: in auto_possessify()
5786 *code++ = OP_PLUS + repeat_type; in compile_branch()
6419 case OP_PLUS: *tempcode = OP_POSPLUS; break; in compile_branch()
[all …]
H A Dpcre_study.c215 case OP_PLUS: in find_minlength()
1073 case OP_PLUS: in set_start_bits()
H A Dpcre_jit_compile.c683 case OP_PLUS: in next_opcode()
1028 case OP_PLUS: \
3268 case OP_PLUS: in scan_prefix()
7924 case OP_PLUS: in compile_iterator_matchingpath()
7967 if (opcode == OP_PLUS) in compile_iterator_matchingpath()
7972 if (opcode <= OP_PLUS) in compile_iterator_matchingpath()
7979 if (opcode <= OP_PLUS) in compile_iterator_matchingpath()
8307 case OP_PLUS: in compile_matchingpath()
8577 case OP_PLUS: in compile_iterator_backtrackingpath()
8592 if (opcode <= OP_PLUS) in compile_iterator_backtrackingpath()
[all …]
H A Dpcre_internal.h1934 OP_PLUS, /* 35 the minimizing one second. */ enumerator
H A DHACKING243 OP_PLUS OP_PLUSI
H A Dpcre_exec.c3370 case OP_PLUS: in match()

Completed in 78 milliseconds