Lines Matching refs:times

115        times, you can use the PCRE_NO_UTF[8|16|32]_CHECK option for the second
1105 pcre_exec() function. By controlling the maximum number of times this
1198 whose default value is 20K. The buffer itself is three times this size,
2304 many times, the option can be safely set for the second and subsequent
2409 If a compiled pattern is going to be used several times, it is worth
2936 ments as many times as you like, in order to match different subject
2999 times the executable_jit field are set in the pcre_extra block that is
3012 imposed on the number of times this function is called during a match,
3032 of limiting the total number of times that match() is called, it limits
3928 theless, there are times when this kind of matching can be useful. For
4241 function may be called several times from the same point in the pattern
4337 the next character is not "a" three times (in principle: PCRE optimizes
5280 non-zero. By calling pcre_exec() multiple times with appropriate argu-
5688 helpful. There are often times when a grouping subpattern is required
5902 as possible (up to the maximum number of permitted times), without
5919 be greedy, and instead matches the minimum number of times possible, so
6068 can itself be repeated an unlimited number of times, the use of an
6233 though it makes no sense to assert the same thing several times, the
6743 great deal longer (ten times or more) to match typical phrases, and
6952 before each backtrack happens (in this example, 10 times).
7804 when the same pattern is going to be matched many times. This does not
7806 not anchored, matching attempts may take place many times at various
7934 many times as you like for matching different subject strings.
8927 2, 3, or 4 times, and for each of those cases other than 0 or 4, the +
8928 repeats can match different numbers of times.) When the remainder of
9743 as a* it may be called several times at the same level, after matching
9821 You can set limits on the number of times that match() is called, both