blob: 26f425728e7fd9328a53eb81436163b8f4f14c59 [file] [log] [blame]
Elliott Hughes9bc971b2018-07-27 13:23:14 -07001.TH PCRE2_SET_RECURSION_LIMIT 3 "25 March 2017" "PCRE2 10.30"
Janis Danisevskis112c9cc2016-03-31 13:35:25 +01002.SH NAME
3PCRE2 - Perl-compatible regular expressions (revised API)
4.SH SYNOPSIS
5.rs
6.sp
7.B #include <pcre2.h>
8.PP
9.nf
10.B int pcre2_set_recursion_limit(pcre2_match_context *\fImcontext\fP,
11.B " uint32_t \fIvalue\fP);"
12.fi
13.
14.SH DESCRIPTION
15.rs
16.sp
Elliott Hughes9bc971b2018-07-27 13:23:14 -070017This function is obsolete and should not be used in new code. Use
18\fBpcre2_set_depth_limit()\fP instead.
Janis Danisevskis112c9cc2016-03-31 13:35:25 +010019.P
20There is a complete description of the PCRE2 native API in the
21.\" HREF
22\fBpcre2api\fP
23.\"
24page and a description of the POSIX API in the
25.\" HREF
26\fBpcre2posix\fP
27.\"
28page.