Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_find_bracket.c134 case OP_PRUNE_ARG: in PRIV()
Dpcre2_pattern_info.c372 case OP_PRUNE_ARG: in pcre2_callout_enumerate()
Dpcre2_study.c671 case OP_PRUNE_ARG: in find_minlength()
966 case OP_PRUNE_ARG: in set_start_bits()
Dpcre2_printint.c803 case OP_PRUNE_ARG: in pcre2_printint()
Dpcre2_auto_possess.c1206 case OP_PRUNE_ARG: in PRIV()
Dpcre2_compile.c406 { 5, OP_PRUNE, OP_PRUNE_ARG },
1025 case OP_PRUNE_ARG: in find_fixedlength()
1729 case OP_PRUNE_ARG: in could_be_empty_branch()
2524 case OP_PRUNE_ARG: in find_recurse()
6042 case OP_PRUNE_ARG: in compile_branch()
Dpcre2_internal.h1572 OP_PRUNE_ARG, /* 153 same, but with argument */ enumerator
Dpcre2_jit_compile.c802 case OP_PRUNE_ARG: in next_opcode()
902 case OP_PRUNE_ARG: in check_opcode_types()
1517 case OP_PRUNE_ARG: in get_framesize()
1697 case OP_PRUNE_ARG: in init_frame()
9268 if (opcode == OP_PRUNE_ARG || opcode == OP_SKIP_ARG || opcode == OP_THEN_ARG) in compile_control_verb_matchingpath()
9280 if (opcode == OP_PRUNE_ARG || opcode == OP_THEN_ARG) in compile_control_verb_matchingpath()
9594 case OP_PRUNE_ARG: in compile_matchingpath()
10666 case OP_PRUNE_ARG: in compile_backtrackingpath()
Dpcre2_match.c840 case OP_PRUNE_ARG: in match()
/external/pcre/dist2/
DHACKING243 arguments, the opcodes OP_PRUNE_ARG, OP_SKIP_ARG, and OP_THEN_ARG are used,