Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_byte_order.c216 case OP_MINPLUS: in pcre_pattern_to_host_byte_order()
Dpcre_study.c216 case OP_MINPLUS: in find_minlength()
1038 case OP_MINPLUS: in set_start_bits()
Dpcre_compile.c1947 case OP_MINPLUS: in find_fixedlength()
2148 case OP_MINPLUS: in PRIV()
2283 case OP_MINPLUS: in find_recurse()
2562 case OP_MINPLUS: in could_be_empty_branch()
2889 list[1] = (c != OP_PLUS && c != OP_MINPLUS && c != OP_EXACT && c != OP_POSPLUS); in get_chr_property_list()
3636 case OP_MINPLUS: in auto_possessify()
3637 *code += OP_POSPLUS - OP_MINPLUS; in auto_possessify()
3762 case OP_MINPLUS: in auto_possessify()
8638 case OP_MINPLUS: in find_firstassertedchar()
Dpcre_printint.c478 case OP_MINPLUS: in pcre_printint()
Dpcre_jit_compile.c688 case OP_MINPLUS: in next_opcode()
1024 case OP_MINPLUS: \
3242 case OP_MINPLUS: in scan_prefix()
7985 case OP_MINPLUS: in compile_iterator_matchingpath()
7986 if (opcode == OP_MINPLUS) in compile_iterator_matchingpath()
8291 case OP_MINPLUS: in compile_matchingpath()
8601 case OP_MINPLUS: in compile_iterator_backtrackingpath()
8609 if (opcode == OP_MINPLUS) in compile_iterator_backtrackingpath()
9437 case OP_MINPLUS: in compile_backtrackingpath()
Dpcre_internal.h1931 OP_MINPLUS, /* 36 */ enumerator
DHACKING244 OP_MINPLUS OP_MINPLUSI
Dpcre_dfa_exec.c2318 case OP_MINPLUS: in internal_dfa_exec()
Dpcretest.c2576 case OP_MINPLUS: in regexflip8_or_16()
Dpcre_exec.c3365 case OP_MINPLUS: in match()