Home
last modified time | relevance | path

Searched refs:offset_max (Results 1 – 2 of 2) sorted by relevance

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_exec.c966 if (offset < md->offset_max) in match()
1137 if (offset >= md->offset_max) goto POSSESSIVE_NON_CAPTURE; in match()
1462 if (offset >= md->offset_max) md->capture_last |= OVFLBIT; else in match()
1969 if (offset >= md->offset_max) md->capture_last |= OVFLBIT; else in match()
6671 md->offset_max = (2*ocount)/3; in pcre_exec()
H A Dpcre_internal.h2519 int offset_max; /* The maximum usable for return data */ member

Completed in 32 milliseconds