offset_max        966 ext/pcre/pcrelib/pcre_exec.c     if (offset < md->offset_max)
offset_max       1137 ext/pcre/pcrelib/pcre_exec.c     if (offset >= md->offset_max) goto POSSESSIVE_NON_CAPTURE;
offset_max       1462 ext/pcre/pcrelib/pcre_exec.c     if (offset >= md->offset_max) md->capture_last |= OVFLBIT; else
offset_max       1969 ext/pcre/pcrelib/pcre_exec.c       if (offset >= md->offset_max) md->capture_last |= OVFLBIT; else
offset_max       6671 ext/pcre/pcrelib/pcre_exec.c md->offset_max = (2*ocount)/3;
offset_max       2519 ext/pcre/pcrelib/pcre_internal.h   int    offset_max;              /* The maximum usable for return data */