Searched refs:stack_guard (Results 1 – 3 of 3) sorted by relevance
391 ccontext->stack_guard = guard; in pcre2_set_compile_recursion_guard()
567 int (*stack_guard)(uint32_t, void *); member
8120 if (cb->cx->stack_guard != NULL && in compile_regex()8121 cb->cx->stack_guard(cb->parens_depth, cb->cx->stack_guard_data)) in compile_regex()
Completed in 27 milliseconds