Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c1937 static int get_framesize(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, BOOL recursive, BOOL *needs_control_head) in get_framesize() argument
1949 *needs_control_head = TRUE; in get_framesize()
1951 *needs_control_head = FALSE; in get_framesize()
1993 *needs_control_head = TRUE; in get_framesize()
2034 *needs_control_head = TRUE; in get_framesize()
9641 BOOL needs_control_head; in compile_recurse_matchingpath() local
9646 if (get_framesize(common, common->start + start, NULL, TRUE, &needs_control_head) == no_stack) in compile_recurse_matchingpath()
9862 BOOL needs_control_head; in compile_assert_matchingpath() local
9894 framesize = get_framesize(common, cc, NULL, FALSE, &needs_control_head); in compile_assert_matchingpath()
9917 if (needs_control_head) in compile_assert_matchingpath()
10283 match_once_common(compiler_common *common, PCRE2_UCHAR ket, int framesize, int private_data_ptr, BOOL has_alternatives, BOOL needs_control_head) match_once_common() argument
10462 BOOL needs_control_head = FALSE; compile_bracket_matchingpath() local
11013 BOOL needs_control_head; compile_bracketpos_matchingpath() local
12059 BOOL needs_control_head; compile_then_trap_matchingpath() local
12673 BOOL needs_control_head = FALSE; compile_bracket_backtrackingpath() local
[all...]

Completed in 12 milliseconds