Searched refs:needs_control_head (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 1513 …compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, BOOL recursive, BOOL *needs_control_head) in get_framesize() argument 1525 *needs_control_head = TRUE; in get_framesize() 1527 *needs_control_head = FALSE; in get_framesize() 1569 *needs_control_head = TRUE; in get_framesize() 1610 *needs_control_head = TRUE; in get_framesize() 1900 BOOL *needs_control_head, BOOL *has_quit, BOOL *has_accept) in get_recurse_data_length() argument 2108 *needs_control_head = control_head_found; in get_recurse_data_length() 8151 BOOL needs_control_head; in compile_recurse_matchingpath() local 8156 if (get_framesize(common, common->start + start, NULL, TRUE, &needs_control_head) == no_stack) in compile_recurse_matchingpath() 8372 BOOL needs_control_head; in compile_assert_matchingpath() local [all …]
|