Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_study.c557 case OP_THEN: in find_minlength()
879 case OP_THEN: in set_start_bits()
Dpcre_printint.c813 case OP_THEN: in pcre_printint()
DHACKING204 OP_THEN )
213 (*THEN) without an argument generates the opcode OP_THEN and no following data.
Dpcre_internal.h2106 OP_THEN, /* 154 */ enumerator
Dpcre_compile.c257 { 4, OP_THEN, OP_THEN_ARG }
1825 case OP_THEN: in find_fixedlength()
6528 case OP_THEN: in compile_branch()
Dpcre_jit_compile.c672 case OP_THEN: in next_opcode()
885 case OP_THEN: in check_opcode_types()
2001 if (*cc >= OP_THEN && *cc <= OP_THEN_ARG && current_offset != NULL) in set_then_offsets()
8486 case OP_THEN: in compile_matchingpath()
9331 if (opcode == OP_THEN || opcode == OP_THEN_ARG) in compile_control_verb_backtrackingpath()
9565 case OP_THEN: in compile_backtrackingpath()
Dpcre_exec.c842 case OP_THEN: in match()