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.c211 case OP_ASSERT_ACCEPT: in find_minlength()
953 case OP_ASSERT_ACCEPT: in set_start_bits()
Dpcre2_internal.h1540 OP_ASSERT_ACCEPT, /* 161 Used inside assertions */ enumerator
Dpcre2_jit_compile.c744 case OP_ASSERT_ACCEPT: in next_opcode()
2083 case OP_ASSERT_ACCEPT: in get_recurse_data_length()
10303 if (*cc == OP_ASSERT_ACCEPT || common->currententry != NULL || !common->might_be_empty) in compile_fail_accept_matchingpath()
10699 case OP_ASSERT_ACCEPT: in compile_matchingpath()
11781 case OP_ASSERT_ACCEPT: in compile_backtrackingpath()
Dpcre2_match.c775 case OP_ASSERT_ACCEPT: in match()
Dpcre2_compile.c5722 *code++ = (cb->assert_depth > 0)? OP_ASSERT_ACCEPT : OP_ACCEPT; in compile_branch()
/external/pcre/dist2/
DHACKING416 OP_ASSERT_ACCEPT )
424 OP_ASSERT_ACCEPT is used when (*ACCEPT) is encountered within an assertion.