Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c2320 BOOL *needs_control_head, BOOL *has_quit, BOOL *has_accept) in get_recurse_data_length() argument
2533 *has_accept = accept_found; in get_recurse_data_length()
13253 BOOL has_accept; in compile_recurse() local
13254 …ize = get_recurse_data_length(common, ccbegin, ccend, &needs_control_head, &has_quit, &has_accept); in compile_recurse()
13318 allocate_stack(common, (alt_max > 1 || has_accept) ? 2 : 1); in compile_recurse()
13321 if (alt_max > 1 || has_accept) in compile_recurse()
13340 if (has_accept) in compile_recurse()
13364 free_stack(common, has_accept ? 2 : 1); in compile_recurse()
13416 if (has_accept) in compile_recurse()
13434 SLJIT_ASSERT(has_accept); in compile_recurse()