Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c463 recurse_entry *currententry; member
10543 if (common->currententry == NULL) in compile_bracket_matchingpath()
10547 else if (common->currententry->start == 0) in compile_bracket_matchingpath()
10550 … stacksize = stacksize == (int)GET2(common->start, common->currententry->start + 1 + LINK_SIZE); in compile_bracket_matchingpath()
10557 if (common->currententry == NULL || common->currententry->start == 0) in compile_bracket_matchingpath()
10563 i = (int)GET2(common->start, common->currententry->start + 1 + LINK_SIZE); in compile_bracket_matchingpath()
11728 if (*cc == OP_ACCEPT && common->currententry == NULL && (common->re->overall_options & PCRE2_ENDANC… in compile_fail_accept_matchingpath()
11731 if (*cc == OP_ASSERT_ACCEPT || common->currententry != NULL || !common->might_be_empty) in compile_fail_accept_matchingpath()
11778 if (common->currententry != NULL) in compile_close_matchingpath()
13248 PCRE2_SPTR cc = common->start + common->currententry->start; in compile_recurse()
[all …]