| 6365 |
/* The following two optimizations are disabled for partial matching or if |
/* The following two optimizations are disabled for partial matching or if |
| 6366 |
disabling is explicitly requested. */ |
disabling is explicitly requested. */ |
| 6367 |
|
|
| 6368 |
if ((options & PCRE_NO_START_OPTIMIZE) == 0 && !md->partial) |
if (((options | re->options) & PCRE_NO_START_OPTIMIZE) == 0 && !md->partial) |
| 6369 |
{ |
{ |
| 6370 |
/* If the pattern was studied, a minimum subject length may be set. This is |
/* If the pattern was studied, a minimum subject length may be set. This is |
| 6371 |
a lower bound; no actual string of that length may actually match the |
a lower bound; no actual string of that length may actually match the |