offset_max        968 ext/pcre/pcrelib/pcre_exec.c     if (offset < md->offset_max)
offset_max       1139 ext/pcre/pcrelib/pcre_exec.c     if (offset >= md->offset_max) goto POSSESSIVE_NON_CAPTURE;
offset_max       1464 ext/pcre/pcrelib/pcre_exec.c     if (offset >= md->offset_max) md->capture_last |= OVFLBIT; else
offset_max       1971 ext/pcre/pcrelib/pcre_exec.c       if (offset >= md->offset_max) md->capture_last |= OVFLBIT; else
offset_max       6673 ext/pcre/pcrelib/pcre_exec.c md->offset_max = (2*ocount)/3;
offset_max       2523 ext/pcre/pcrelib/pcre_internal.h   int    offset_max;              /* The maximum usable for return data */