Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c200 case OP_ASSERT_ACCEPT: in find_minlength()
910 case OP_ASSERT_ACCEPT: in set_start_bits()
Dpcre2_internal.h1583 OP_ASSERT_ACCEPT, /* 161 Used inside assertions */ enumerator
Dpcre2_match.c1519 case OP_ASSERT_ACCEPT: in match()
1530 if (eptr == mstart && op != OP_ASSERT_ACCEPT && in match()
Dpcre2_compile.c969 case OP_ASSERT_ACCEPT: in find_fixedlength()
5977 (cb->assert_depth > 0)? OP_ASSERT_ACCEPT : OP_ACCEPT; in compile_branch()
Dpcre2_jit_compile.c704 case OP_ASSERT_ACCEPT: in next_opcode()
9210 if (*cc == OP_ASSERT_ACCEPT || common->currententry != NULL || !common->might_be_empty) in compile_fail_accept_matchingpath()
9605 case OP_ASSERT_ACCEPT: in compile_matchingpath()
10685 case OP_ASSERT_ACCEPT: in compile_backtrackingpath()
/external/pcre/dist2/
DHACKING219 OP_ASSERT_ACCEPT )
227 OP_ASSERT_ACCEPT is used when (*ACCEPT) is encountered within an assertion.