Searched refs:OP_THEN_ARG (Results 1 – 10 of 10) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_find_bracket.c | 137 case OP_THEN_ARG: in PRIV()
|
D | pcre2_pattern_info.c | 396 case OP_THEN_ARG: in pcre2_callout_enumerate()
|
D | pcre2_study.c | 735 case OP_THEN_ARG: in find_minlength() 1065 case OP_THEN_ARG: in set_start_bits()
|
D | pcre2_printint.c | 809 case OP_THEN_ARG: in pcre2_printint()
|
D | pcre2_auto_possess.c | 1262 case OP_THEN_ARG: in PRIV()
|
D | pcre2_internal.h | 1576 OP_THEN_ARG, /* 159 same, but with argument */ enumerator
|
D | pcre2_jit_compile.c | 1059 case OP_THEN_ARG: in next_opcode() 1168 case OP_THEN_ARG: in check_opcode_types() 1980 case OP_THEN_ARG: in get_framesize() 2161 case OP_THEN_ARG: in init_frame() 2473 case OP_THEN_ARG: in get_recurse_data_length() 2864 case OP_THEN_ARG: in copy_recurse_data() 2988 if (*cc >= OP_THEN && *cc <= OP_THEN_ARG && current_offset != NULL) in set_then_offsets() 11798 opcode == OP_SKIP_ARG || opcode == OP_THEN_ARG) in compile_control_verb_matchingpath() 11810 if (opcode == OP_COMMIT_ARG || opcode == OP_PRUNE_ARG || opcode == OP_THEN_ARG) in compile_control_verb_matchingpath() 12132 case OP_THEN_ARG: in compile_matchingpath() [all …]
|
D | pcre2_compile.c | 635 OP_PRUNE_ARG, OP_SKIP, OP_SKIP_ARG, OP_THEN, OP_THEN_ARG }; 4790 case OP_THEN_ARG: in first_significant_code() 8546 case OP_THEN_ARG: in find_recurse()
|
D | pcre2_match.c | 6008 case OP_THEN_ARG: in match()
|
/external/pcre/dist2/ |
D | HACKING | 450 OP_COMMIT_ARG, OP_PRUNE_ARG, OP_SKIP_ARG, and OP_THEN_ARG are used, with the
|