Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c832 OP_POSPLUS, 0, /* PLUS, MINPLUS */
2011 case OP_POSPLUS: in find_fixedlength()
2200 case OP_POSPLUS: in PRIV()
2345 case OP_POSPLUS: in find_recurse()
2623 case OP_POSPLUS: in could_be_empty_branch()
2942 list[1] = (c != OP_PLUS && c != OP_MINPLUS && c != OP_EXACT && c != OP_POSPLUS); in get_chr_property_list()
3700 *code += OP_POSPLUS - OP_PLUS; in auto_possessify()
3704 *code += OP_POSPLUS - OP_MINPLUS; in auto_possessify()
3837 case OP_POSPLUS: in auto_possessify()
6467 case OP_PLUS: *tempcode = OP_POSPLUS; break; in compile_branch()
[all …]
H A Dpcre_study.c223 case OP_POSPLUS: in find_minlength()
1081 case OP_POSPLUS: in set_start_bits()
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.h1952 OP_POSPLUS, /* 43 Possessified plus, caseful */ enumerator
H A DHACKING245 OP_POSPLUS OP_POSPLUSI
H A Dpcre_exec.c3350 case OP_POSPLUS: in match()

Completed in 73 milliseconds