start_match_ptr   770 ext/pcre/pcrelib/pcre_exec.c         STRCMP_UC_UC_TEST(ecode + 2, md->start_match_ptr) == 0)
start_match_ptr   772 ext/pcre/pcrelib/pcre_exec.c       md->start_match_ptr = eptr;
start_match_ptr   806 ext/pcre/pcrelib/pcre_exec.c     md->start_match_ptr = eptr;   /* Pass back current position */
start_match_ptr   833 ext/pcre/pcrelib/pcre_exec.c     md->start_match_ptr = ecode + 2;
start_match_ptr   844 ext/pcre/pcrelib/pcre_exec.c     md->start_match_ptr = ecode;
start_match_ptr   855 ext/pcre/pcrelib/pcre_exec.c     md->start_match_ptr = ecode;
start_match_ptr   880 ext/pcre/pcrelib/pcre_exec.c         mstart = md->start_match_ptr;
start_match_ptr   886 ext/pcre/pcrelib/pcre_exec.c         if (md->start_match_ptr < next &&
start_match_ptr   999 ext/pcre/pcrelib/pcre_exec.c           if (md->start_match_ptr < next &&
start_match_ptr  1087 ext/pcre/pcrelib/pcre_exec.c         if (md->start_match_ptr < next &&
start_match_ptr  1171 ext/pcre/pcrelib/pcre_exec.c         mstart = md->start_match_ptr;    /* In case \K changed it */
start_match_ptr  1187 ext/pcre/pcrelib/pcre_exec.c         if (md->start_match_ptr < next &&
start_match_ptr  1237 ext/pcre/pcrelib/pcre_exec.c         mstart = md->start_match_ptr;   /* In case \K reset it */
start_match_ptr  1253 ext/pcre/pcrelib/pcre_exec.c         if (md->start_match_ptr < next &&
start_match_ptr  1506 ext/pcre/pcrelib/pcre_exec.c     md->start_match_ptr = mstart;       /* and the start (\K can modify) */
start_match_ptr  1546 ext/pcre/pcrelib/pcre_exec.c         mstart = md->start_match_ptr;   /* In case \K reset it */
start_match_ptr  1560 ext/pcre/pcrelib/pcre_exec.c         if (md->start_match_ptr < next &&
start_match_ptr  1627 ext/pcre/pcrelib/pcre_exec.c         if (md->start_match_ptr < next &&
start_match_ptr  1821 ext/pcre/pcrelib/pcre_exec.c           mstart = md->start_match_ptr;
start_match_ptr  1934 ext/pcre/pcrelib/pcre_exec.c       md->start_match_ptr = mstart;
start_match_ptr  1962 ext/pcre/pcrelib/pcre_exec.c         md->start_match_ptr = mstart;
start_match_ptr  2004 ext/pcre/pcrelib/pcre_exec.c       md->start_match_ptr = mstart;    /* In case \K reset it */
start_match_ptr  6928 ext/pcre/pcrelib/pcre_exec.c   md->start_match_ptr = start_match;
start_match_ptr  6959 ext/pcre/pcrelib/pcre_exec.c     if (md->start_match_ptr > start_match)
start_match_ptr  6961 ext/pcre/pcrelib/pcre_exec.c       new_start_match = md->start_match_ptr;
start_match_ptr  7102 ext/pcre/pcrelib/pcre_exec.c     offsets[0] = (int)(md->start_match_ptr - md->start_subject);
start_match_ptr  2545 ext/pcre/pcrelib/pcre_internal.h   PCRE_PUCHAR start_match_ptr;    /* Start of matched string */