Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_study.c586 case OP_SKIP_ARG: in find_minlength()
918 case OP_SKIP_ARG: in set_start_bits()
Dpcre_printint.c806 case OP_SKIP_ARG: in pcre_printint()
Dpcre_compile.c262 { 4, OP_SKIP, OP_SKIP_ARG },
1828 case OP_SKIP_ARG: in find_fixedlength()
2143 case OP_SKIP_ARG: in PRIV()
2288 case OP_SKIP_ARG: in find_recurse()
2732 case OP_SKIP_ARG: in could_be_empty_branch()
3806 case OP_SKIP_ARG: in auto_possessify()
6661 case OP_SKIP_ARG: in compile_branch()
Dpcre_internal.h2113 OP_SKIP_ARG, /* 153 same, but with argument */ enumerator
Dpcre_jit_compile.c768 case OP_SKIP_ARG: in next_opcode()
882 case OP_SKIP_ARG: in check_opcode_types()
8219 if (opcode == OP_PRUNE_ARG || opcode == OP_SKIP_ARG || opcode == OP_THEN_ARG) in compile_control_verb_matchingpath()
8543 case OP_SKIP_ARG: in compile_matchingpath()
9425 if (opcode == OP_SKIP_ARG) in compile_control_verb_backtrackingpath()
9629 case OP_SKIP_ARG: in compile_backtrackingpath()
DHACKING216 the opcodes OP_PRUNE_ARG, OP_SKIP_ARG, and OP_THEN_ARG are used, with the name
Dpcre_exec.c819 case OP_SKIP_ARG: in match()