Searched refs:has_quit (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 1900 BOOL *needs_control_head, BOOL *has_quit, BOOL *has_accept) in get_recurse_data_length() argument 2109 *has_quit = quit_found; in get_recurse_data_length() 2123 int type, int stackptr, int stacktop, BOOL has_quit) in copy_recurse_data() argument 2227 if (has_quit && !setsom_found) in copy_recurse_data() 2237 if (has_quit) in copy_recurse_data() 2440 if (has_quit && !setmark_found) in copy_recurse_data() 11806 BOOL has_quit; in compile_recurse() local 11808 …ize = get_recurse_data_length(common, ccbegin, ccend, &needs_control_head, &has_quit, &has_accept); in compile_recurse() 11843 …n, ccbegin, ccend, recurse_copy_from_global, local_size, private_data_size + local_size, has_quit); in compile_recurse() 11897 …common, ccbegin, ccend, recurse_swap_global, local_size, private_data_size + local_size, has_quit); in compile_recurse() [all …]
|