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 1310 ext/pcre/pcrelib/pcre_exec.c cb.start_match = (int)(mstart - md->start_subject); start_match 1720 ext/pcre/pcrelib/pcre_exec.c cb.start_match = (int)(mstart - md->start_subject); start_match 6379 ext/pcre/pcrelib/pcre_exec.c PCRE_PUCHAR start_match = (PCRE_PUCHAR)subject + start_offset; start_match 6383 ext/pcre/pcrelib/pcre_exec.c PCRE_PUCHAR req_char_ptr = start_match - 1; start_match 6755 ext/pcre/pcrelib/pcre_exec.c PCRE_PUCHAR t = start_match; start_match 6786 ext/pcre/pcrelib/pcre_exec.c while (start_match < end_subject && start_match 6787 ext/pcre/pcrelib/pcre_exec.c (smc = UCHAR21TEST(start_match)) != first_char && smc != first_char2) start_match 6788 ext/pcre/pcrelib/pcre_exec.c start_match++; start_match 6790 ext/pcre/pcrelib/pcre_exec.c while (start_match < end_subject && UCHAR21TEST(start_match) != first_char) start_match 6791 ext/pcre/pcrelib/pcre_exec.c start_match++; start_match 6798 ext/pcre/pcrelib/pcre_exec.c if (start_match > md->start_subject + start_offset) start_match 6803 ext/pcre/pcrelib/pcre_exec.c while (start_match < end_subject && !WAS_NEWLINE(start_match)) start_match 6805 ext/pcre/pcrelib/pcre_exec.c start_match++; start_match 6806 ext/pcre/pcrelib/pcre_exec.c ACROSSCHAR(start_match < end_subject, *start_match, start_match 6807 ext/pcre/pcrelib/pcre_exec.c start_match++); start_match 6812 ext/pcre/pcrelib/pcre_exec.c while (start_match < end_subject && !WAS_NEWLINE(start_match)) start_match 6813 ext/pcre/pcrelib/pcre_exec.c start_match++; start_match 6819 ext/pcre/pcrelib/pcre_exec.c if (start_match[-1] == CHAR_CR && start_match 6821 ext/pcre/pcrelib/pcre_exec.c start_match < end_subject && start_match 6822 ext/pcre/pcrelib/pcre_exec.c UCHAR21TEST(start_match) == CHAR_NL) start_match 6823 ext/pcre/pcrelib/pcre_exec.c start_match++; start_match 6831 ext/pcre/pcrelib/pcre_exec.c while (start_match < end_subject) start_match 6833 ext/pcre/pcrelib/pcre_exec.c register pcre_uint32 c = UCHAR21TEST(start_match); start_match 6838 ext/pcre/pcrelib/pcre_exec.c start_match++; start_match 6858 ext/pcre/pcrelib/pcre_exec.c (pcre_uint32)(end_subject - start_match) < study->minlength) start_match 6878 ext/pcre/pcrelib/pcre_exec.c if (has_req_char && end_subject - start_match < REQ_BYTE_MAX) start_match 6880 ext/pcre/pcrelib/pcre_exec.c register PCRE_PUCHAR p = start_match + (has_first_char? 1:0); start_match 6923 ext/pcre/pcrelib/pcre_exec.c pchars(start_match, end_subject - start_match, TRUE, md); start_match 6930 ext/pcre/pcrelib/pcre_exec.c md->start_match_ptr = start_match; start_match 6931 ext/pcre/pcrelib/pcre_exec.c md->start_used_ptr = start_match; start_match 6936 ext/pcre/pcrelib/pcre_exec.c rc = match(start_match, md->start_code, start_match, 2, md, NULL, 0); start_match 6940 ext/pcre/pcrelib/pcre_exec.c match_partial = start_match; start_match 6953 ext/pcre/pcrelib/pcre_exec.c new_start_match = start_match; start_match 6961 ext/pcre/pcrelib/pcre_exec.c if (md->start_match_ptr > start_match) start_match 6975 ext/pcre/pcrelib/pcre_exec.c new_start_match = start_match + 1; start_match 7004 ext/pcre/pcrelib/pcre_exec.c if (firstline && IS_NEWLINE(start_match)) break; start_match 7008 ext/pcre/pcrelib/pcre_exec.c start_match = new_start_match; start_match 7013 ext/pcre/pcrelib/pcre_exec.c if (anchored || start_match > end_subject) break; start_match 7022 ext/pcre/pcrelib/pcre_exec.c if (start_match > (PCRE_PUCHAR)subject + start_offset && start_match 7023 ext/pcre/pcrelib/pcre_exec.c start_match[-1] == CHAR_CR && start_match 7024 ext/pcre/pcrelib/pcre_exec.c start_match < end_subject && start_match 7025 ext/pcre/pcrelib/pcre_exec.c *start_match == CHAR_NL && start_match 7030 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;