Lines Matching refs:limits

162          pcrelimits        details of size and other limits
2508 values may be used if the limits were changed when PCRE was built.
3054 is outside these limits, it is forced to the appropriate limit value.
3176 of limiting the total number of times that match() is called, it limits
3181 Limiting the recursion depth limits the amount of machine stack that
3250 The PCRE_ANCHORED option limits pcre_exec() to matching at the first
4062 that is used by pcre_exec(), to help them set recursion limits, as
4863 Setting match and recursion limits
4870 system stack by too much recursion. When one of these limits is
4871 reached, pcre_exec() gives an error return. The limits can also be set
4880 writer can lower the limits set by the programmer, but not raise them.
4881 If there is more than one setting of one of these limits, the lower
7952 the limits set by the caller of pcre_exec(), not increase them.
9980 limit how much PCRE recurses. match_limit() limits the number of
9981 matches PCRE does; match_limit_recursion() limits the depth of internal
10237 upper limits, for example, (?2){0,100} when subpattern number 2 is to
10367 You can set limits on the number of times that match() is called, both
10369 returns an error code. Setting suitable limits should prevent it from
10370 running out of stack. The default values of the limits are very large,
10384 the smallest limits that allow a particular pattern to match a given
10386 with different limits.
10430 This reads the current limits (soft and hard) using getrlimit(), then