start_match       425 ext/pcre/pcrelib/pcre.h   int          start_match;       /* Offset to start of this match attempt */
start_match       447 ext/pcre/pcrelib/pcre.h   int          start_match;       /* Offset to start of this match attempt */
start_match       469 ext/pcre/pcrelib/pcre.h   int          start_match;       /* Offset to start of this match attempt */
start_match      1308 ext/pcre/pcrelib/pcre_exec.c         cb.start_match      = (int)(mstart - md->start_subject);
start_match      1718 ext/pcre/pcrelib/pcre_exec.c       cb.start_match      = (int)(mstart - md->start_subject);
start_match      6377 ext/pcre/pcrelib/pcre_exec.c PCRE_PUCHAR start_match = (PCRE_PUCHAR)subject + start_offset;
start_match      6381 ext/pcre/pcrelib/pcre_exec.c PCRE_PUCHAR req_char_ptr = start_match - 1;
start_match      6753 ext/pcre/pcrelib/pcre_exec.c     PCRE_PUCHAR t = start_match;
start_match      6784 ext/pcre/pcrelib/pcre_exec.c         while (start_match < end_subject &&
start_match      6785 ext/pcre/pcrelib/pcre_exec.c           (smc = UCHAR21TEST(start_match)) != first_char && smc != first_char2)
start_match      6786 ext/pcre/pcrelib/pcre_exec.c           start_match++;
start_match      6788 ext/pcre/pcrelib/pcre_exec.c         while (start_match < end_subject && UCHAR21TEST(start_match) != first_char)
start_match      6789 ext/pcre/pcrelib/pcre_exec.c           start_match++;
start_match      6796 ext/pcre/pcrelib/pcre_exec.c       if (start_match > md->start_subject + start_offset)
start_match      6801 ext/pcre/pcrelib/pcre_exec.c           while (start_match < end_subject && !WAS_NEWLINE(start_match))
start_match      6803 ext/pcre/pcrelib/pcre_exec.c             start_match++;
start_match      6804 ext/pcre/pcrelib/pcre_exec.c             ACROSSCHAR(start_match < end_subject, *start_match,
start_match      6805 ext/pcre/pcrelib/pcre_exec.c               start_match++);
start_match      6810 ext/pcre/pcrelib/pcre_exec.c         while (start_match < end_subject && !WAS_NEWLINE(start_match))
start_match      6811 ext/pcre/pcrelib/pcre_exec.c           start_match++;
start_match      6817 ext/pcre/pcrelib/pcre_exec.c         if (start_match[-1] == CHAR_CR &&
start_match      6819 ext/pcre/pcrelib/pcre_exec.c              start_match < end_subject &&
start_match      6820 ext/pcre/pcrelib/pcre_exec.c              UCHAR21TEST(start_match) == CHAR_NL)
start_match      6821 ext/pcre/pcrelib/pcre_exec.c           start_match++;
start_match      6829 ext/pcre/pcrelib/pcre_exec.c       while (start_match < end_subject)
start_match      6831 ext/pcre/pcrelib/pcre_exec.c         register pcre_uint32 c = UCHAR21TEST(start_match);
start_match      6836 ext/pcre/pcrelib/pcre_exec.c         start_match++;
start_match      6856 ext/pcre/pcrelib/pcre_exec.c         (pcre_uint32)(end_subject - start_match) < study->minlength)
start_match      6876 ext/pcre/pcrelib/pcre_exec.c     if (has_req_char && end_subject - start_match < REQ_BYTE_MAX)
start_match      6878 ext/pcre/pcrelib/pcre_exec.c       register PCRE_PUCHAR p = start_match + (has_first_char? 1:0);
start_match      6921 ext/pcre/pcrelib/pcre_exec.c   pchars(start_match, end_subject - start_match, TRUE, md);
start_match      6928 ext/pcre/pcrelib/pcre_exec.c   md->start_match_ptr = start_match;
start_match      6929 ext/pcre/pcrelib/pcre_exec.c   md->start_used_ptr = start_match;
start_match      6934 ext/pcre/pcrelib/pcre_exec.c   rc = match(start_match, md->start_code, start_match, 2, md, NULL, 0);
start_match      6938 ext/pcre/pcrelib/pcre_exec.c     match_partial = start_match;
start_match      6951 ext/pcre/pcrelib/pcre_exec.c     new_start_match = start_match;
start_match      6959 ext/pcre/pcrelib/pcre_exec.c     if (md->start_match_ptr > start_match)
start_match      6973 ext/pcre/pcrelib/pcre_exec.c     new_start_match = start_match + 1;
start_match      7002 ext/pcre/pcrelib/pcre_exec.c   if (firstline && IS_NEWLINE(start_match)) break;
start_match      7006 ext/pcre/pcrelib/pcre_exec.c   start_match = new_start_match;
start_match      7011 ext/pcre/pcrelib/pcre_exec.c   if (anchored || start_match > end_subject) break;
start_match      7020 ext/pcre/pcrelib/pcre_exec.c   if (start_match > (PCRE_PUCHAR)subject + start_offset &&
start_match      7021 ext/pcre/pcrelib/pcre_exec.c       start_match[-1] == CHAR_CR &&
start_match      7022 ext/pcre/pcrelib/pcre_exec.c       start_match < end_subject &&
start_match      7023 ext/pcre/pcrelib/pcre_exec.c       *start_match == CHAR_NL &&
start_match      7028 ext/pcre/pcrelib/pcre_exec.c     start_match++;
start_match      6374 ext/pcre/pcrelib/pcre_jit_compile.c callout_block->start_match = (pcre_uchar*)callout_block->subject - arguments->begin;