Searched refs:OP_SKIP_ARG (Results 1 – 10 of 10) sorted by relevance
/third_party/pcre2/pcre2/src/ |
D | pcre2_find_bracket.c | 136 case OP_SKIP_ARG: in PRIV()
|
D | pcre2_pattern_info.c | 395 case OP_SKIP_ARG: in pcre2_callout_enumerate()
|
D | pcre2_study.c | 734 case OP_SKIP_ARG: in find_minlength() 1061 case OP_SKIP_ARG: in set_start_bits()
|
D | pcre2_printint.c | 840 case OP_SKIP_ARG: in pcre2_printint()
|
D | pcre2_auto_possess.c | 1283 case OP_SKIP_ARG: in PRIV()
|
D | pcre2_internal.h | 1599 OP_SKIP_ARG, /* 157 same, but with argument */ enumerator
|
D | pcre2_compile.c | 637 OP_PRUNE_ARG, OP_SKIP, OP_SKIP_ARG, OP_THEN, OP_THEN_ARG }; 4895 case OP_SKIP_ARG: in first_significant_code() 8669 case OP_SKIP_ARG: in find_recurse()
|
D | pcre2_jit_compile.c | 1063 case OP_SKIP_ARG: in next_opcode() 1206 case OP_SKIP_ARG: in check_opcode_types() 2557 case OP_SKIP_ARG: in get_recurse_data_length() 12029 opcode == OP_SKIP_ARG || opcode == OP_THEN_ARG) in compile_control_verb_matchingpath() 12361 case OP_SKIP_ARG: in compile_matchingpath() 13233 if (opcode == OP_SKIP_ARG) in compile_control_verb_backtrackingpath() 13440 case OP_SKIP_ARG: in compile_backtrackingpath()
|
D | pcre2_match.c | 6174 case OP_SKIP_ARG: in match()
|
/third_party/pcre2/pcre2/ |
D | HACKING | 450 OP_COMMIT_ARG, OP_PRUNE_ARG, OP_SKIP_ARG, and OP_THEN_ARG are used, with the
|