Home
last modified time | relevance | path

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

/PHP-5.5/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.c1780 case OP_KET: in find_fixedlength()
2663 case OP_KET: in could_be_empty_branch()
3177 case OP_KET: in compare_opcodes()
5705 previous[2 + 2*LINK_SIZE] = OP_KET; in compile_branch()
6230 *code++ = OP_KET; in compile_branch()
6457 *code++ = OP_KET; in compile_branch()
6506 *code++ = OP_KET; in compile_branch()
7745 while (*tc != OP_KET); in compile_branch()
7798 *code++ = OP_KET; in compile_branch()
8472 *code = OP_KET; in compile_regex()
[all …]
H A Dpcre_study.c158 case OP_KET: in find_minlength()
994 case OP_KET: in set_start_bits()
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.c916 if (*ecode == OP_KET || eptr == saved_eptr) in match()
1581 if (*ecode == OP_KET) RRETURN(MATCH_NOMATCH); in match()
1909 case OP_KET: in match()
2021 if (*ecode == OP_KET || eptr == saved_eptr) in match()
H A Dpcre_internal.h2063 OP_KET, /* 120 End of group that doesn't have an unbounded repeat */ enumerator

Completed in 79 milliseconds