Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c637 case OP_KET: in next_opcode()
934 if (end[-(1 + LINK_SIZE)] != OP_KET) in detect_repeat()
979 if (*next_end != OP_KET) in detect_repeat()
1091 case OP_KET: in set_private_data_ptrs()
1557 case OP_KET: in get_private_data_copy_length()
1736 case OP_KET: in copy_private_data()
3329 case OP_KET: in scan_prefix()
7387 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_matchingpath()
7410 if (ket != OP_KET || bra != OP_BRA) in compile_bracket_matchingpath()
7412 if (ket != OP_KET) in compile_bracket_matchingpath()
[all …]
H A Dpcre_compile.c1778 case OP_KET: in find_fixedlength()
2661 case OP_KET: in could_be_empty_branch()
3175 case OP_KET: in compare_opcodes()
5703 previous[2 + 2*LINK_SIZE] = OP_KET; in compile_branch()
6228 *code++ = OP_KET; in compile_branch()
6455 *code++ = OP_KET; in compile_branch()
6504 *code++ = OP_KET; in compile_branch()
7748 while (*tc != OP_KET); in compile_branch()
7801 *code++ = OP_KET; in compile_branch()
8475 *code = OP_KET; in compile_regex()
[all …]
H A Dpcre_study.c156 case OP_KET: in find_minlength()
992 case OP_KET: in set_start_bits()
H A Dpcre_printint.c406 case OP_KET: in pcre_printint()
H A DHACKING410 OP_KET opcode. Each OP_ALT is followed by LINK_SIZE bytes giving the offset to
411 the next one, or to the OP_KET opcode. For capturing brackets, the bracket
414 OP_KET is used for subpatterns that do not repeat indefinitely, and OP_KETRMIN
H A Dpcre_exec.c914 if (*ecode == OP_KET || eptr == saved_eptr) in match()
1579 if (*ecode == OP_KET) RRETURN(MATCH_NOMATCH); in match()
1907 case OP_KET: in match()
2019 if (*ecode == OP_KET || eptr == saved_eptr) in match()
H A Dpcre_internal.h2059 OP_KET, /* 120 End of group that doesn't have an unbounded repeat */ enumerator

Completed in 107 milliseconds