Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_exec.c69 #define OVFLBIT 0x00010000 /* The bit that is set for overflow */ macro
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()
7065 if (md->end_offset_top > arg_offset_max) md->capture_last |= OVFLBIT; in pcre_exec()
7073 rc = ((md->capture_last & OVFLBIT) != 0 && in pcre_exec()

Completed in 17 milliseconds