Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_study.c152 case OP_KET: in find_minlength()
887 case OP_KET: in set_start_bits()
H A Dpcre_compile.c1781 case OP_KET: in find_fixedlength()
2577 case OP_KET: in could_be_empty_branch()
4792 previous[2 + 2*LINK_SIZE] = OP_KET; in compile_branch()
5359 *code++ = OP_KET; in compile_branch()
5562 *code++ = OP_KET; in compile_branch()
6593 while (*tc != OP_KET); in compile_branch()
6646 *code++ = OP_KET; in compile_branch()
7312 *code = OP_KET; in compile_regex()
7329 *code = OP_KET; in compile_regex()
H A DHACKING365 OP_KET opcode. Each OP_ALT is followed by LINK_SIZE bytes giving the offset to
366 the next one, or to the OP_KET opcode. For capturing brackets, the bracket
369 OP_KET is used for subpatterns that do not repeat indefinitely, and
H A Dpcre_printint.src255 case OP_KET:
H A Dpcre_exec.c906 if (*ecode == OP_KET || eptr == saved_eptr) in match()
1610 if (*ecode == OP_KET) RRETURN(MATCH_NOMATCH); in match()
1889 case OP_KET: in match()
1988 if (*ecode == OP_KET || eptr == saved_eptr) in match()
H A Dpcre_internal.h2047 OP_KET, /* 114 End of group that doesn't have an unbounded repeat */ enumerator

Completed in 69 milliseconds