| 2991 |
bytes to avoid spending too much time in this optimization. */ |
bytes to avoid spending too much time in this optimization. */ |
| 2992 |
|
|
| 2993 |
if (study != NULL && (study->flags & PCRE_STUDY_MINLEN) != 0 && |
if (study != NULL && (study->flags & PCRE_STUDY_MINLEN) != 0 && |
| 2994 |
end_subject - current_subject < study->minlength) |
(pcre_uint32)(end_subject - current_subject) < study->minlength) |
| 2995 |
return PCRE_ERROR_NOMATCH; |
return PCRE_ERROR_NOMATCH; |
| 2996 |
|
|
| 2997 |
/* If req_byte is set, we know that that character must appear in the |
/* If req_byte is set, we know that that character must appear in the |