Home
last modified time | relevance | path

Searched refs:OP_KET (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_study.c172 if (cc[1+LINK_SIZE] == OP_RECURSE && cc[2*(1+LINK_SIZE)] == OP_KET) in find_minlength()
231 case OP_KET: in find_minlength()
1149 case OP_KET: in set_start_bits()
H A Dpcre2_jit_compile.c920 case OP_KET: in next_opcode()
1513 case OP_KET: in detect_early_fail()
1626 if (end[-(1 + LINK_SIZE)] != OP_KET) in detect_repeat()
1671 if (*next_end != OP_KET) in detect_repeat()
1783 case OP_KET: in set_private_data_ptrs()
2362 case OP_KET: in get_recurse_data_length()
2687 case OP_KET: in copy_recurse_data()
5463 case OP_KET: in scan_prefix()
9539 case OP_KET: in assert_needs_str_ptr_saving()
10571 if (ket != OP_KET) in compile_bracket_matchingpath()
[all …]
H A Dpcre2_printint.c390 case OP_KET: in pcre2_printint()
H A Dpcre2_auto_possess.c591 case OP_KET: in compare_opcodes()
H A Dpcre2_compile.c4780 code[GET(code, 1)] != OP_KET) /* More than one branch */ in first_significant_code()
6501 while (*tc != OP_KET); in compile_branch()
6552 *code++ = OP_KET; in compile_branch()
7035 previous[2 + 2*LINK_SIZE] = OP_KET; in compile_branch()
7270 *code++ = OP_KET; in compile_branch()
7622 *code++ = OP_KET; in compile_branch()
8165 *code = OP_KET; in compile_regex()
H A Dpcre2_internal.h1518 OP_KET, /* 121 End of group that doesn't have an unbounded repeat */ enumerator
H A Dpcre2_dfa_match.c867 case OP_KET: in internal_dfa_match()
874 if (codevalue != OP_KET) in internal_dfa_match()
H A Dpcre2_match.c5525 case OP_KET: in match()
5679 if (Fop != OP_KET && (P == NULL || Feptr != P->eptr)) in match()

Completed in 120 milliseconds