Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_compile.c830 OP_POSPLUS, 0, /* PLUS, MINPLUS */
2009 case OP_POSPLUS: in find_fixedlength()
2198 case OP_POSPLUS: in PRIV()
2343 case OP_POSPLUS: in find_recurse()
2621 case OP_POSPLUS: in could_be_empty_branch()
2940 list[1] = (c != OP_PLUS && c != OP_MINPLUS && c != OP_EXACT && c != OP_POSPLUS); in get_chr_property_list()
3698 *code += OP_POSPLUS - OP_PLUS; in auto_possessify()
3702 *code += OP_POSPLUS - OP_MINPLUS; in auto_possessify()
3835 case OP_POSPLUS: in auto_possessify()
6465 case OP_PLUS: *tempcode = OP_POSPLUS; break; in compile_branch()
[all …]
H A Dpcre_study.c221 case OP_POSPLUS: in find_minlength()
1079 case OP_POSPLUS: in set_start_bits()
H A Dpcre_printint.c477 case OP_POSPLUS: in pcre_printint()
H A Dpcre_jit_compile.c691 case OP_POSPLUS: in next_opcode()
1378 case OP_POSPLUS: in get_framesize()
3299 case OP_POSPLUS: in scan_prefix()
8083 case OP_POSPLUS: in compile_iterator_matchingpath()
8085 if (opcode == OP_POSPLUS) in compile_iterator_matchingpath()
8357 case OP_POSPLUS: in compile_matchingpath()
8726 case OP_POSPLUS: in compile_iterator_backtrackingpath()
9503 case OP_POSPLUS: in compile_backtrackingpath()
H A Dpcre_internal.h1948 OP_POSPLUS, /* 43 Possessified plus, caseful */ enumerator
H A DHACKING245 OP_POSPLUS OP_POSPLUSI
H A Dpcre_exec.c3348 case OP_POSPLUS: in match()

Completed in 87 milliseconds