start_match_ptr   772 ext/pcre/pcrelib/pcre_exec.c         STRCMP_UC_UC_TEST(ecode + 2, md->start_match_ptr) == 0)
start_match_ptr   774 ext/pcre/pcrelib/pcre_exec.c       md->start_match_ptr = eptr;
start_match_ptr   808 ext/pcre/pcrelib/pcre_exec.c     md->start_match_ptr = eptr;   /* Pass back current position */
start_match_ptr   835 ext/pcre/pcrelib/pcre_exec.c     md->start_match_ptr = ecode + 2;
start_match_ptr   846 ext/pcre/pcrelib/pcre_exec.c     md->start_match_ptr = ecode;
start_match_ptr   857 ext/pcre/pcrelib/pcre_exec.c     md->start_match_ptr = ecode;
start_match_ptr   882 ext/pcre/pcrelib/pcre_exec.c         mstart = md->start_match_ptr;
start_match_ptr   888 ext/pcre/pcrelib/pcre_exec.c         if (md->start_match_ptr < next &&
start_match_ptr  1001 ext/pcre/pcrelib/pcre_exec.c           if (md->start_match_ptr < next &&
start_match_ptr  1089 ext/pcre/pcrelib/pcre_exec.c         if (md->start_match_ptr < next &&
start_match_ptr  1173 ext/pcre/pcrelib/pcre_exec.c         mstart = md->start_match_ptr;    /* In case \K changed it */
start_match_ptr  1189 ext/pcre/pcrelib/pcre_exec.c         if (md->start_match_ptr < next &&
start_match_ptr  1239 ext/pcre/pcrelib/pcre_exec.c         mstart = md->start_match_ptr;   /* In case \K reset it */
start_match_ptr  1255 ext/pcre/pcrelib/pcre_exec.c         if (md->start_match_ptr < next &&
start_match_ptr  1508 ext/pcre/pcrelib/pcre_exec.c     md->start_match_ptr = mstart;       /* and the start (\K can modify) */
start_match_ptr  1548 ext/pcre/pcrelib/pcre_exec.c         mstart = md->start_match_ptr;   /* In case \K reset it */
start_match_ptr  1562 ext/pcre/pcrelib/pcre_exec.c         if (md->start_match_ptr < next &&
start_match_ptr  1629 ext/pcre/pcrelib/pcre_exec.c         if (md->start_match_ptr < next &&
start_match_ptr  1823 ext/pcre/pcrelib/pcre_exec.c           mstart = md->start_match_ptr;
start_match_ptr  1936 ext/pcre/pcrelib/pcre_exec.c       md->start_match_ptr = mstart;
start_match_ptr  1964 ext/pcre/pcrelib/pcre_exec.c         md->start_match_ptr = mstart;
start_match_ptr  2006 ext/pcre/pcrelib/pcre_exec.c       md->start_match_ptr = mstart;    /* In case \K reset it */
start_match_ptr  6930 ext/pcre/pcrelib/pcre_exec.c   md->start_match_ptr = start_match;
start_match_ptr  6961 ext/pcre/pcrelib/pcre_exec.c     if (md->start_match_ptr > start_match)
start_match_ptr  6963 ext/pcre/pcrelib/pcre_exec.c       new_start_match = md->start_match_ptr;
start_match_ptr  7104 ext/pcre/pcrelib/pcre_exec.c     offsets[0] = (int)(md->start_match_ptr - md->start_subject);
start_match_ptr  2549 ext/pcre/pcrelib/pcre_internal.h   PCRE_PUCHAR start_match_ptr;    /* Start of matched string */