Home
last modified time | relevance | path

Searched refs:OP_SKIP (Results 1 – 6 of 6) sorted by relevance

/external/pcre/dist/
Dpcre_study.c556 case OP_SKIP: in find_minlength()
875 case OP_SKIP: in set_start_bits()
Dpcre_internal.h2104 OP_SKIP, /* 152 */ enumerator
Dpcre_compile.c256 { 4, OP_SKIP, OP_SKIP_ARG },
1822 case OP_SKIP: in find_fixedlength()
6535 case OP_SKIP: in compile_branch()
Dpcre_jit_compile.c671 case OP_SKIP: in next_opcode()
891 case OP_SKIP: in check_opcode_types()
8165 if (opcode == OP_SKIP) in compile_control_verb_matchingpath()
8484 case OP_SKIP: in compile_matchingpath()
9380 if (opcode == OP_SKIP) in compile_control_verb_backtrackingpath()
9569 case OP_SKIP: in compile_backtrackingpath()
DHACKING203 OP_SKIP ) indicates which parentheses must be closed.
Dpcre_exec.c804 case OP_SKIP: in match()