OVFLBIT          1464 ext/pcre/pcrelib/pcre_exec.c     if (offset >= md->offset_max) md->capture_last |= OVFLBIT; else
OVFLBIT          1971 ext/pcre/pcrelib/pcre_exec.c       if (offset >= md->offset_max) md->capture_last |= OVFLBIT; else
OVFLBIT          7066 ext/pcre/pcrelib/pcre_exec.c     if (md->end_offset_top > arg_offset_max) md->capture_last |= OVFLBIT;
OVFLBIT          7074 ext/pcre/pcrelib/pcre_exec.c   rc = ((md->capture_last & OVFLBIT) != 0 &&