Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_find_bracket.c135 case OP_SKIP_ARG: in PRIV()
Dpcre2_pattern_info.c373 case OP_SKIP_ARG: in pcre2_callout_enumerate()
Dpcre2_study.c672 case OP_SKIP_ARG: in find_minlength()
975 case OP_SKIP_ARG: in set_start_bits()
Dpcre2_printint.c804 case OP_SKIP_ARG: in pcre2_printint()
Dpcre2_auto_possess.c1207 case OP_SKIP_ARG: in PRIV()
Dpcre2_compile.c407 { 4, OP_SKIP, OP_SKIP_ARG },
1026 case OP_SKIP_ARG: in find_fixedlength()
1730 case OP_SKIP_ARG: in could_be_empty_branch()
2525 case OP_SKIP_ARG: in find_recurse()
6044 case OP_SKIP_ARG: in compile_branch()
Dpcre2_internal.h1574 OP_SKIP_ARG, /* 155 same, but with argument */ enumerator
Dpcre2_jit_compile.c803 case OP_SKIP_ARG: in next_opcode()
924 case OP_SKIP_ARG: in check_opcode_types()
9268 if (opcode == OP_PRUNE_ARG || opcode == OP_SKIP_ARG || opcode == OP_THEN_ARG) in compile_control_verb_matchingpath()
9596 case OP_SKIP_ARG: in compile_matchingpath()
10464 if (opcode == OP_SKIP_ARG) in compile_control_verb_backtrackingpath()
10668 case OP_SKIP_ARG: in compile_backtrackingpath()
Dpcre2_match.c865 case OP_SKIP_ARG: in match()
/external/pcre/dist2/
DHACKING243 arguments, the opcodes OP_PRUNE_ARG, OP_SKIP_ARG, and OP_THEN_ARG are used,