Lines Matching full:patterns
24 <li><a name="TOC9" href="#SEC9">SAVING PRECOMPILED PATTERNS FOR LATER USE</a>
245 performance of many patterns. Simple programs can easily request that it be
397 <br><a name="SEC9" href="#TOC1">SAVING PRECOMPILED PATTERNS FOR LATER USE</a><br>
488 most massive patterns, since it allows the compiled pattern to be up to 64K in
724 This option makes it possible to include comments inside complicated patterns.
804 pattern with (*UTF). This may be useful in applications that process patterns
851 other circumstances, line break sequences in patterns are treated as literal
1081 patterns to be analyzed, and for one-off matches and simple patterns the
1083 Not all patterns can be optimized by the JIT compiler. For those that cannot be
1131 Studying a pattern is also useful for non-anchored patterns that do not have a
1211 different patterns can be processed in different locales.
1217 provided for use with pre-compiled patterns that have been saved and reloaded.
1218 Character tables are not saved with patterns, so if a non-standard table was
1316 returned. For anchored patterns, -2 is returned.
1353 returned. For anchored patterns, 0 is returned.
1395 value, -1 is returned. For anchored patterns, a last literal value is recorded
1529 For such patterns, the PCRE_ANCHORED bit is set in the options returned by
1572 For anchored patterns, a last literal value is recorded only if it follows
1632 possible to save compiled patterns and study data, and then use them later
1700 vast amount of resources when running patterns that are not going to match,
1709 patterns that are not anchored, the count restarts from zero for each position
1775 The <i>tables</i> field is provided for use with patterns that have been
1780 documentation for a discussion of saving compiled patterns for later use. If
2337 in the subject string. Some simple patterns that might do this are detected and
2638 Normally, patterns with duplicate names are such that in any one match, only
2685 Matching certain patterns using <b>pcre_exec()</b> can use a lot of process
2719 patterns are not supported. Nevertheless, there are times when this kind of
2736 patterns and subjects where there are a lot of potential matches.