Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_jit_compile.c552 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS); in bracketend()
567 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS); in no_alternatives()
641 case OP_KET: in next_opcode()
948 if (end[-(1 + LINK_SIZE)] != OP_KET) in detect_repeat()
993 if (*next_end != OP_KET) in detect_repeat()
1101 case OP_KET: in set_private_data_ptrs()
1230 if (end[-1 - LINK_SIZE] == OP_KET) in set_private_data_ptrs()
1548 case OP_KET: in get_private_data_copy_length()
1722 case OP_KET: in copy_private_data()
3273 case OP_KET: in scan_prefix()
[all …]
Dpcre_compile.c1758 case OP_KET: in find_fixedlength()
2610 case OP_KET: in could_be_empty_branch()
3121 case OP_KET: in compare_opcodes()
5603 previous[2 + 2*LINK_SIZE] = OP_KET; in compile_branch()
6129 *code++ = OP_KET; in compile_branch()
6350 *code++ = OP_KET; in compile_branch()
6399 *code++ = OP_KET; in compile_branch()
7541 while (*tc != OP_KET); in compile_branch()
7594 *code++ = OP_KET; in compile_branch()
8261 *code = OP_KET; in compile_regex()
[all …]
Dpcre_study.c153 case OP_KET: in find_minlength()
952 case OP_KET: in set_start_bits()
Dpcre_printint.c408 case OP_KET: in pcre_printint()
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
Dpcre_exec.c916 if (*ecode == OP_KET || eptr == saved_eptr) in match()
1578 if (*ecode == OP_KET) RRETURN(MATCH_NOMATCH); in match()
1902 case OP_KET: in match()
2014 if (*ecode == OP_KET || eptr == saved_eptr) in match()
Dpcre_dfa_exec.c771 case OP_KET: in internal_dfa_exec()
778 if (codevalue != OP_KET) in internal_dfa_exec()
Dpcre_internal.h2051 OP_KET, /* 120 End of group that doesn't have an unbounded repeat */ enumerator