Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_exec.c1525 if (offset >= md->offset_max) md->offset_overflow = TRUE; else in match()
1951 if (offset >= md->offset_max) md->offset_overflow = TRUE; else in match()
6548 md->offset_overflow = FALSE; in pcre_exec()
6946 if (md->end_offset_top > arg_offset_max) md->offset_overflow = TRUE; in pcre_exec()
6954 rc = (md->offset_overflow && md->end_offset_top >= arg_offset_max)? in pcre_exec()
H A Dpcre_internal.h2477 BOOL offset_overflow; /* Set if too many extractions */ member

Completed in 42 milliseconds