Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c1900 BOOL *needs_control_head, BOOL *has_quit, BOOL *has_accept) in get_recurse_data_length() argument
2110 *has_accept = accept_found; in get_recurse_data_length()
11807 BOOL has_accept; in compile_recurse() local
11808 …ize = get_recurse_data_length(common, ccbegin, ccend, &needs_control_head, &has_quit, &has_accept); in compile_recurse()
11873 allocate_stack(common, (alt_max > 1 || has_accept) ? 2 : 1); in compile_recurse()
11876 if (alt_max > 1 || has_accept) in compile_recurse()
11890 if (has_accept) in compile_recurse()
11921 free_stack(common, has_accept ? 2 : 1); in compile_recurse()
11976 if (has_accept) in compile_recurse()
11994 SLJIT_ASSERT(has_accept); in compile_recurse()

Completed in 36 milliseconds