Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_byte_order.c223 case OP_POSPLUS: in pcre_pattern_to_host_byte_order()
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 …]
Dpcre_study.c223 case OP_POSPLUS: in find_minlength()
1081 case OP_POSPLUS: in set_start_bits()
Dpcre_printint.c479 case OP_POSPLUS: in pcre_printint()
Dpcre_dfa_exec.c2319 case OP_POSPLUS: in internal_dfa_exec()
2344 (codevalue == OP_POSPLUS || codevalue == OP_NOTPOSPLUS)) in internal_dfa_exec()
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()
Dpcre_internal.h1948 OP_POSPLUS, /* 43 Possessified plus, caseful */ enumerator
DHACKING245 OP_POSPLUS OP_POSPLUSI
Dpcretest.c2586 case OP_POSPLUS: in regexflip8_or_16()
Dpcre_exec.c3350 case OP_POSPLUS: in match()