| 347 |
.sp |
.sp |
| 348 |
PCRE_CONFIG_MATCH_LIMIT |
PCRE_CONFIG_MATCH_LIMIT |
| 349 |
.sp |
.sp |
| 350 |
The output is an integer that gives the default limit for the number of |
The output is a long integer that gives the default limit for the number of |
| 351 |
internal matching function calls in a \fBpcre_exec()\fP execution. Further |
internal matching function calls in a \fBpcre_exec()\fP execution. Further |
| 352 |
details are given with \fBpcre_exec()\fP below. |
details are given with \fBpcre_exec()\fP below. |
| 353 |
.sp |
.sp |
| 354 |
PCRE_CONFIG_MATCH_LIMIT_RECURSION |
PCRE_CONFIG_MATCH_LIMIT_RECURSION |
| 355 |
.sp |
.sp |
| 356 |
The output is an integer that gives the default limit for the depth of |
The output is a long integer that gives the default limit for the depth of |
| 357 |
recursion when calling the internal matching function in a \fBpcre_exec()\fP |
recursion when calling the internal matching function in a \fBpcre_exec()\fP |
| 358 |
execution. Further details are given with \fBpcre_exec()\fP below. |
execution. Further details are given with \fBpcre_exec()\fP below. |
| 359 |
.sp |
.sp |
| 1978 |
.rs |
.rs |
| 1979 |
.sp |
.sp |
| 1980 |
.nf |
.nf |
| 1981 |
Last updated: 24 August 2008 |
Last updated: 28 February 2009 |
| 1982 |
Copyright (c) 1997-2008 University of Cambridge. |
Copyright (c) 1997-2009 University of Cambridge. |
| 1983 |
.fi |
.fi |