Searched refs:OP_PRUNE_ARG (Results 1 – 10 of 10) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_find_bracket.c | 135 case OP_PRUNE_ARG: in PRIV()
|
D | pcre2_pattern_info.c | 394 case OP_PRUNE_ARG: in pcre2_callout_enumerate()
|
D | pcre2_study.c | 712 case OP_PRUNE_ARG: in find_minlength() 1010 case OP_PRUNE_ARG: in set_start_bits()
|
D | pcre2_printint.c | 805 case OP_PRUNE_ARG: in pcre2_printint()
|
D | pcre2_auto_possess.c | 1247 case OP_PRUNE_ARG: in PRIV()
|
D | pcre2_internal.h | 1561 OP_PRUNE_ARG, /* 153 same, but with argument */ enumerator
|
D | pcre2_jit_compile.c | 1030 case OP_PRUNE_ARG: in next_opcode() 1139 case OP_PRUNE_ARG: in check_opcode_types() 1755 case OP_PRUNE_ARG: in get_framesize() 1936 case OP_PRUNE_ARG: in init_frame() 2246 case OP_PRUNE_ARG: in get_recurse_data_length() 2635 case OP_PRUNE_ARG: in copy_recurse_data() 11766 if (opcode == OP_COMMIT_ARG || opcode == OP_PRUNE_ARG || in compile_control_verb_matchingpath() 11779 if (opcode == OP_COMMIT_ARG || opcode == OP_PRUNE_ARG || opcode == OP_THEN_ARG) in compile_control_verb_matchingpath() 12093 case OP_PRUNE_ARG: in compile_matchingpath() 13171 case OP_PRUNE_ARG: in compile_backtrackingpath()
|
D | pcre2_compile.c | 625 OP_PRUNE_ARG, OP_SKIP, OP_SKIP_ARG, OP_THEN, OP_THEN_ARG }; 4702 case OP_PRUNE_ARG: in first_significant_code() 8415 case OP_PRUNE_ARG: in find_recurse()
|
D | pcre2_match.c | 5864 case OP_PRUNE_ARG: in match()
|
/external/pcre/dist2/ |
D | HACKING | 448 OP_COMMIT_ARG, OP_PRUNE_ARG, OP_SKIP_ARG, and OP_THEN_ARG are used, with the
|