OVFLBIT          1462 ext/pcre/pcrelib/pcre_exec.c     if (offset >= md->offset_max) md->capture_last |= OVFLBIT; else
OVFLBIT          1969 ext/pcre/pcrelib/pcre_exec.c       if (offset >= md->offset_max) md->capture_last |= OVFLBIT; else
OVFLBIT          7065 ext/pcre/pcrelib/pcre_exec.c     if (md->end_offset_top > arg_offset_max) md->capture_last |= OVFLBIT;
OVFLBIT          7073 ext/pcre/pcrelib/pcre_exec.c   rc = ((md->capture_last & OVFLBIT) != 0 &&