end_match_ptr     909 ext/pcre/pcrelib/pcre_exec.c     eptr = md->end_match_ptr;
end_match_ptr    1174 ext/pcre/pcrelib/pcre_exec.c         if (eptr == md->end_match_ptr)   /* Matched an empty string */
end_match_ptr    1179 ext/pcre/pcrelib/pcre_exec.c         eptr = md->end_match_ptr;
end_match_ptr    1240 ext/pcre/pcrelib/pcre_exec.c         if (eptr == md->end_match_ptr)  /* Matched an empty string */
end_match_ptr    1245 ext/pcre/pcrelib/pcre_exec.c         eptr = md->end_match_ptr;
end_match_ptr    1506 ext/pcre/pcrelib/pcre_exec.c     md->end_match_ptr = eptr;           /* Record where we ended */
end_match_ptr    1822 ext/pcre/pcrelib/pcre_exec.c           eptr = md->end_match_ptr;
end_match_ptr    1934 ext/pcre/pcrelib/pcre_exec.c       md->end_match_ptr = eptr;      /* For ONCE_NC */
end_match_ptr    1963 ext/pcre/pcrelib/pcre_exec.c         md->end_match_ptr = eptr;
end_match_ptr    2007 ext/pcre/pcrelib/pcre_exec.c       md->end_match_ptr = eptr;
end_match_ptr    7105 ext/pcre/pcrelib/pcre_exec.c     offsets[1] = (int)(md->end_match_ptr - md->start_subject);
end_match_ptr    2550 ext/pcre/pcrelib/pcre_internal.h   PCRE_PUCHAR end_match_ptr;      /* Subject position at end match */