Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_compile.c833 OP_POSPLUS, 0, /* PLUS, MINPLUS */
2012 case OP_POSPLUS: in find_fixedlength()
2201 case OP_POSPLUS: in PRIV()
2346 case OP_POSPLUS: in find_recurse()
2624 case OP_POSPLUS: in could_be_empty_branch()
2943 list[1] = (c != OP_PLUS && c != OP_MINPLUS && c != OP_EXACT && c != OP_POSPLUS); in get_chr_property_list()
3701 *code += OP_POSPLUS - OP_PLUS; in auto_possessify()
3705 *code += OP_POSPLUS - OP_MINPLUS; in auto_possessify()
3838 case OP_POSPLUS: in auto_possessify()
6549 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_printint.c479 case OP_POSPLUS: in pcre_printint()
H A Dpcre_jit_compile.c706 case OP_POSPLUS: in next_opcode()
938 case OP_POSPLUS: in is_accelerated_repeat()
1587 case OP_POSPLUS: in get_framesize()
3535 case OP_POSPLUS: in scan_prefix()
8691 if (*opcode == OP_POSPLUS) in get_iterator_parameters()
8748 case OP_POSPLUS: in get_iterator_parameters()
9382 case OP_POSPLUS: in compile_matchingpath()
10514 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.c3350 case OP_POSPLUS: in match()

Completed in 101 milliseconds