Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c685 case OP_THEN: in find_minlength()
978 case OP_THEN: in set_start_bits()
Dpcre2_printint.c811 case OP_THEN: in pcre2_printint()
Dpcre2_internal.h1575 OP_THEN, /* 156 */ enumerator
Dpcre2_compile.c408 { 4, OP_THEN, OP_THEN_ARG }
1054 case OP_THEN: in find_fixedlength()
6036 case OP_THEN: in compile_branch()
Dpcre2_jit_compile.c700 case OP_THEN: in next_opcode()
912 case OP_THEN: in check_opcode_types()
1565 case OP_THEN: in get_framesize()
2250 if (*cc >= OP_THEN && *cc <= OP_THEN_ARG && current_offset != NULL) in set_then_offsets()
9597 case OP_THEN: in compile_matchingpath()
10429 if (opcode == OP_THEN || opcode == OP_THEN_ARG) in compile_control_verb_backtrackingpath()
10663 case OP_THEN: in compile_backtrackingpath()
Dpcre2_match.c888 case OP_THEN: in match()
/external/pcre/dist2/
DHACKING225 OP_THEN )
240 (*THEN) without an argument generates the opcode OP_THEN and no following data.