end_match_ptr     907 ext/pcre/pcrelib/pcre_exec.c     eptr = md->end_match_ptr;
end_match_ptr    1172 ext/pcre/pcrelib/pcre_exec.c         if (eptr == md->end_match_ptr)   /* Matched an empty string */
end_match_ptr    1177 ext/pcre/pcrelib/pcre_exec.c         eptr = md->end_match_ptr;
end_match_ptr    1238 ext/pcre/pcrelib/pcre_exec.c         if (eptr == md->end_match_ptr)  /* Matched an empty string */
end_match_ptr    1243 ext/pcre/pcrelib/pcre_exec.c         eptr = md->end_match_ptr;
end_match_ptr    1504 ext/pcre/pcrelib/pcre_exec.c     md->end_match_ptr = eptr;           /* Record where we ended */
end_match_ptr    1820 ext/pcre/pcrelib/pcre_exec.c           eptr = md->end_match_ptr;
end_match_ptr    1932 ext/pcre/pcrelib/pcre_exec.c       md->end_match_ptr = eptr;      /* For ONCE_NC */
end_match_ptr    1961 ext/pcre/pcrelib/pcre_exec.c         md->end_match_ptr = eptr;
end_match_ptr    2005 ext/pcre/pcrelib/pcre_exec.c       md->end_match_ptr = eptr;
end_match_ptr    7103 ext/pcre/pcrelib/pcre_exec.c     offsets[1] = (int)(md->end_match_ptr - md->start_subject);
end_match_ptr    2546 ext/pcre/pcrelib/pcre_internal.h   PCRE_PUCHAR end_match_ptr;      /* Subject position at end match */