Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c1933 …compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, BOOL recursive, BOOL *needs_control_head) in get_framesize() argument
1945 *needs_control_head = TRUE; in get_framesize()
1947 *needs_control_head = FALSE; in get_framesize()
1989 *needs_control_head = TRUE; in get_framesize()
2030 *needs_control_head = TRUE; in get_framesize()
2320 BOOL *needs_control_head, BOOL *has_quit, BOOL *has_accept) in get_recurse_data_length() argument
2531 *needs_control_head = control_head_found; in get_recurse_data_length()
9410 BOOL needs_control_head; in compile_recurse_matchingpath() local
9415 if (get_framesize(common, common->start + start, NULL, TRUE, &needs_control_head) == no_stack) in compile_recurse_matchingpath()
9631 BOOL needs_control_head; in compile_assert_matchingpath() local
[all …]