Home
last modified time | relevance | path

Searched refs:OP_ONCE_NC (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_study.c131 case OP_ONCE_NC: in find_minlength()
864 case OP_ONCE_NC: in set_start_bits()
H A Dpcre_compile.c1765 case OP_ONCE_NC: in find_fixedlength()
2449 c == OP_ONCE || c == OP_ONCE_NC || in could_be_empty_branch()
5397 if ((*bracode == OP_ONCE || *bracode == OP_ONCE_NC) && in compile_branch()
5403 if (*bracode == OP_ONCE || *bracode == OP_ONCE_NC) in compile_branch()
6570 *code = OP_ONCE_NC; in compile_branch()
7468 else if (op == OP_ONCE || op == OP_ONCE_NC) in is_anchored()
7586 else if (op == OP_ONCE || op == OP_ONCE_NC) in is_startline()
7671 case OP_ONCE_NC: in find_firstassertedchar()
H A Dpcre_exec.c863 case OP_ONCE_NC: in match()
891 if (*ecode != OP_ONCE_NC && *ecode != OP_ALT) RRETURN(MATCH_NOMATCH); in match()
1912 *prev == OP_ONCE_NC) in match()
H A Dpcre_internal.h2067 OP_ONCE_NC, /* 124 Atomic group containing no captures */ enumerator

Completed in 55 milliseconds