Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_exec.c968 if (offset < md->offset_max) in match()
1139 if (offset >= md->offset_max) goto POSSESSIVE_NON_CAPTURE; in match()
1464 if (offset >= md->offset_max) md->capture_last |= OVFLBIT; else in match()
1971 if (offset >= md->offset_max) md->capture_last |= OVFLBIT; else in match()
6673 md->offset_max = (2*ocount)/3; in pcre_exec()
H A Dpcre_internal.h2514 int offset_max; /* The maximum usable for return data */ member

Completed in 48 milliseconds