Searched refs:stack_guard (Results 1 – 4 of 4) sorted by relevance
391 ccontext->stack_guard = guard; in pcre2_set_compile_recursion_guard()
567 int (*stack_guard)(uint32_t, void *); member
8118 if (cb->cx->stack_guard != NULL && in compile_regex()8119 cb->cx->stack_guard(cb->parens_depth, cb->cx->stack_guard_data)) in compile_regex()
2828 stack_guard(uint32_t depth, void *user_data) in stack_guard() function5462 PCRE2_SET_COMPILE_RECURSION_GUARD(pat_context, stack_guard, NULL); in process_pattern()