Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_study.c545 case OP_THEN_ARG: in find_minlength()
880 case OP_THEN_ARG: in set_start_bits()
Dpcre_printint.c807 case OP_THEN_ARG: in pcre_printint()
Dpcre_compile.c257 { 4, OP_THEN, OP_THEN_ARG }
1799 case OP_THEN_ARG: in find_fixedlength()
2114 case OP_THEN_ARG: in PRIV()
2231 case OP_THEN_ARG: in find_recurse()
2680 case OP_THEN_ARG: in could_be_empty_branch()
3739 case OP_THEN_ARG: in auto_possessify()
6529 case OP_THEN_ARG: in compile_branch()
Dpcre_jit_compile.c773 case OP_THEN_ARG: in next_opcode()
867 case OP_THEN_ARG: in check_opcode_types()
1286 case OP_THEN_ARG: in get_framesize()
1456 case OP_THEN_ARG: in init_frame()
2001 if (*cc >= OP_THEN && *cc <= OP_THEN_ARG && current_offset != NULL) in set_then_offsets()
8160 if (opcode == OP_PRUNE_ARG || opcode == OP_SKIP_ARG || opcode == OP_THEN_ARG) in compile_control_verb_matchingpath()
8172 if (opcode == OP_PRUNE_ARG || opcode == OP_THEN_ARG) in compile_control_verb_matchingpath()
8487 case OP_THEN_ARG: in compile_matchingpath()
9331 if (opcode == OP_THEN || opcode == OP_THEN_ARG) in compile_control_verb_backtrackingpath()
9566 case OP_THEN_ARG: in compile_backtrackingpath()
Dpcre_internal.h2107 OP_THEN_ARG, /* 155 same, but with argument */ enumerator
DHACKING216 the opcodes OP_PRUNE_ARG, OP_SKIP_ARG, and OP_THEN_ARG are used, with the name
Dpcre_exec.c849 case OP_THEN_ARG: in match()