Lines Matching refs:end_subject

50 #define PSEND   end_subject    /* Field containing processed string end */
135 if (is_subject && length > md->end_subject - p) length = md->end_subject - p; in pchars()
175 if (eptr >= md->end_subject) in match_ref()
215 if (eptr >= md->end_subject) return -2; /* Partial match */ in match_ref()
239 if (eptr >= md->end_subject) return -2; /* Partial match */ in match_ref()
256 if (eptr >= md->end_subject) return -2; /* Partial match */ in match_ref()
474 if (md->partial != 0 && eptr >= md->end_subject && \
1309 cb.subject_length = (int)(md->end_subject - md->start_subject); in match()
1719 cb.subject_length = (int)(md->end_subject - md->start_subject); in match()
2093 (eptr == md->end_subject || !WAS_NEWLINE(eptr))) in match()
2116 if (eptr < md->end_subject) in match()
2121 eptr + 1 >= md->end_subject && in match()
2152 if (eptr < md->end_subject) RRETURN(MATCH_NOMATCH); in match()
2161 if (eptr < md->end_subject && in match()
2162 (!IS_NEWLINE(eptr) || eptr != md->end_subject - md->nllen)) in match()
2165 eptr + 1 >= md->end_subject && in match()
2220 if (eptr >= md->end_subject) in match()
2272 if (eptr >= md->end_subject) in match()
2308 eptr + 1 >= md->end_subject && in match()
2322 if (eptr >= md->end_subject) /* DO NOT merge the eptr++ here; it must */ in match()
2329 if (utf) ACROSSCHAR(eptr < md->end_subject, *eptr, eptr++); in match()
2338 if (eptr >= md->end_subject) /* DO NOT merge the eptr++ here; it must */ in match()
2348 if (eptr >= md->end_subject) in match()
2365 if (eptr >= md->end_subject) in match()
2382 if (eptr >= md->end_subject) in match()
2399 if (eptr >= md->end_subject) in match()
2416 if (eptr >= md->end_subject) in match()
2433 if (eptr >= md->end_subject) in match()
2450 if (eptr >= md->end_subject) in match()
2461 if (eptr >= md->end_subject) in match()
2485 if (eptr >= md->end_subject) in match()
2500 if (eptr >= md->end_subject) in match()
2515 if (eptr >= md->end_subject) in match()
2530 if (eptr >= md->end_subject) in match()
2550 if (eptr >= md->end_subject) in match()
2655 if (eptr >= md->end_subject) in match()
2665 while (eptr < md->end_subject) in match()
2771 if (length == -2) eptr = md->end_subject; /* Partial match */ in match()
2797 if (slength == -2) eptr = md->end_subject; /* Partial match */ in match()
2821 if (slength == -2) eptr = md->end_subject; /* Partial match */ in match()
2844 md->end_subject > md->start_used_ptr) in match()
2926 if (eptr >= md->end_subject) in match()
2946 if (eptr >= md->end_subject) in match()
2981 if (eptr >= md->end_subject) in match()
3004 if (eptr >= md->end_subject) in match()
3035 if (eptr >= md->end_subject) in match()
3066 if (eptr >= md->end_subject) in match()
3150 if (eptr >= md->end_subject) in match()
3174 if (eptr >= md->end_subject) in match()
3193 if (eptr >= md->end_subject) in match()
3234 if (length > md->end_subject - eptr) in match()
3245 if (md->end_subject - eptr < 1) in match()
3259 if (eptr >= md->end_subject) in match()
3425 if (eptr <= md->end_subject - length && in match()
3429 eptr <= md->end_subject - oclength && in match()
3448 if (eptr <= md->end_subject - length && in match()
3452 eptr <= md->end_subject - oclength && in match()
3469 if (eptr <= md->end_subject - length && in match()
3473 eptr <= md->end_subject - oclength && in match()
3543 if (eptr >= md->end_subject) in match()
3561 if (eptr >= md->end_subject) in match()
3578 if (eptr >= md->end_subject) in match()
3605 if (eptr >= md->end_subject) in match()
3622 if (eptr >= md->end_subject) in match()
3636 if (eptr >= md->end_subject) in match()
3662 if (eptr >= md->end_subject) in match()
3814 if (eptr >= md->end_subject) in match()
3829 if (eptr >= md->end_subject) in match()
3852 if (eptr >= md->end_subject) in match()
3870 if (eptr >= md->end_subject) in match()
3895 if (eptr >= md->end_subject) in match()
3920 if (eptr >= md->end_subject) in match()
3951 if (eptr >= md->end_subject) in match()
3966 if (eptr >= md->end_subject) in match()
3988 if (eptr >= md->end_subject) in match()
4006 if (eptr >= md->end_subject) in match()
4030 if (eptr >= md->end_subject) in match()
4055 if (eptr >= md->end_subject) in match()
4169 if (eptr >= md->end_subject) in match()
4182 if (eptr >= md->end_subject) in match()
4199 if (eptr >= md->end_subject) in match()
4213 if (eptr >= md->end_subject) in match()
4227 if (eptr >= md->end_subject) in match()
4242 if (eptr >= md->end_subject) in match()
4262 if (eptr >= md->end_subject) in match()
4287 if (eptr >= md->end_subject) in match()
4304 if (eptr >= md->end_subject) in match()
4324 if (eptr >= md->end_subject) in match()
4351 if (eptr >= md->end_subject) in match()
4361 while (eptr < md->end_subject) in match()
4386 if (eptr >= md->end_subject) in match()
4393 eptr + 1 >= md->end_subject && in match()
4402 ACROSSCHAR(eptr < md->end_subject, *eptr, eptr++); in match()
4409 if (eptr >= md->end_subject) in match()
4415 ACROSSCHAR(eptr < md->end_subject, *eptr, eptr++); in match()
4420 if (eptr > md->end_subject - min) RRETURN(MATCH_NOMATCH); in match()
4427 if (eptr >= md->end_subject) in match()
4438 if (eptr < md->end_subject && UCHAR21(eptr) == CHAR_LF) eptr++; in match()
4460 if (eptr >= md->end_subject) in match()
4477 if (eptr >= md->end_subject) in match()
4494 if (eptr >= md->end_subject) in match()
4511 if (eptr >= md->end_subject) in match()
4528 if (eptr >= md->end_subject) in match()
4543 if (eptr >= md->end_subject) in match()
4560 if (eptr >= md->end_subject) in match()
4569 ACROSSCHAR(eptr < md->end_subject, *eptr, eptr++); in match()
4577 if (eptr >= md->end_subject) in match()
4594 if (eptr >= md->end_subject) in match()
4603 ACROSSCHAR(eptr < md->end_subject, *eptr, eptr++); in match()
4611 if (eptr >= md->end_subject) in match()
4639 if (eptr >= md->end_subject) in match()
4646 eptr + 1 >= md->end_subject && in match()
4659 if (eptr > md->end_subject - min) in match()
4668 if (eptr > md->end_subject - min) in match()
4679 if (eptr >= md->end_subject) in match()
4689 if (eptr < md->end_subject && *eptr == CHAR_LF) eptr++; in match()
4711 if (eptr >= md->end_subject) in match()
4731 if (eptr >= md->end_subject) in match()
4751 if (eptr >= md->end_subject) in match()
4771 if (eptr >= md->end_subject) in match()
4791 if (eptr >= md->end_subject) in match()
4805 if (eptr >= md->end_subject) in match()
4819 if (eptr >= md->end_subject) in match()
4833 if (eptr >= md->end_subject) in match()
4847 if (eptr >= md->end_subject) in match()
4861 if (eptr >= md->end_subject) in match()
4898 if (eptr >= md->end_subject) in match()
4915 if (eptr >= md->end_subject) in match()
4935 if (eptr >= md->end_subject) in match()
4952 if (eptr >= md->end_subject) in match()
4969 if (eptr >= md->end_subject) in match()
4987 if (eptr >= md->end_subject) in match()
5010 if (eptr >= md->end_subject) in match()
5038 if (eptr >= md->end_subject) in match()
5060 if (eptr >= md->end_subject) in match()
5083 if (eptr >= md->end_subject) in match()
5112 if (eptr >= md->end_subject) in match()
5122 while (eptr < md->end_subject) in match()
5146 if (eptr >= md->end_subject) in match()
5158 eptr >= md->end_subject && in match()
5177 if (eptr < md->end_subject && UCHAR21(eptr) == CHAR_LF) eptr++; in match()
5271 if (eptr >= md->end_subject) in match()
5283 eptr >= md->end_subject && in match()
5302 if (eptr < md->end_subject && *eptr == CHAR_LF) eptr++; in match()
5417 if (eptr >= md->end_subject) in match()
5433 if (eptr >= md->end_subject) in match()
5452 if (eptr >= md->end_subject) in match()
5467 if (eptr >= md->end_subject) in match()
5482 if (eptr >= md->end_subject) in match()
5498 if (eptr >= md->end_subject) in match()
5520 if (eptr >= md->end_subject) in match()
5548 if (eptr >= md->end_subject) in match()
5567 if (eptr >= md->end_subject) in match()
5590 if (eptr >= md->end_subject) in match()
5628 if (eptr >= md->end_subject) in match()
5638 while (eptr < md->end_subject) in match()
5709 if (eptr >= md->end_subject) in match()
5716 eptr + 1 >= md->end_subject && in match()
5725 ACROSSCHAR(eptr < md->end_subject, *eptr, eptr++); in match()
5734 if (eptr >= md->end_subject) in match()
5740 ACROSSCHAR(eptr < md->end_subject, *eptr, eptr++); in match()
5745 eptr = md->end_subject; /* Unlimited UTF-8 repeat */ in match()
5754 if (c > (unsigned int)(md->end_subject - eptr)) in match()
5756 eptr = md->end_subject; in match()
5766 if (eptr >= md->end_subject) in match()
5774 if (++eptr >= md->end_subject) break; in match()
5798 if (eptr >= md->end_subject) in match()
5820 if (eptr >= md->end_subject) in match()
5840 if (eptr >= md->end_subject) in match()
5855 if (eptr >= md->end_subject) in match()
5870 if (eptr >= md->end_subject) in match()
5885 if (eptr >= md->end_subject) in match()
5900 if (eptr >= md->end_subject) in match()
5915 if (eptr >= md->end_subject) in match()
5951 if (eptr >= md->end_subject) in match()
5958 eptr + 1 >= md->end_subject && in match()
5973 if (c > (unsigned int)(md->end_subject - eptr)) in match()
5975 eptr = md->end_subject; in match()
5984 if (eptr >= md->end_subject) in match()
5992 if (++eptr >= md->end_subject) break; in match()
6011 if (eptr >= md->end_subject) in match()
6032 if (eptr >= md->end_subject) in match()
6053 if (eptr >= md->end_subject) in match()
6074 if (eptr >= md->end_subject) in match()
6095 if (eptr >= md->end_subject) in match()
6108 if (eptr >= md->end_subject) in match()
6121 if (eptr >= md->end_subject) in match()
6134 if (eptr >= md->end_subject) in match()
6147 if (eptr >= md->end_subject) in match()
6160 if (eptr >= md->end_subject) in match()
6380 PCRE_PUCHAR end_subject; in pcre_exec() local
6556 md->end_subject = md->start_subject + length; in pcre_exec()
6557 end_subject = md->end_subject; in pcre_exec()
6744 PCRE_PUCHAR save_end_subject = end_subject; in pcre_exec()
6759 while (t < md->end_subject && !IS_NEWLINE(t)) in pcre_exec()
6762 ACROSSCHAR(t < end_subject, *t, t++); in pcre_exec()
6767 while (t < md->end_subject && !IS_NEWLINE(t)) t++; in pcre_exec()
6768 end_subject = t; in pcre_exec()
6786 while (start_match < end_subject && in pcre_exec()
6790 while (start_match < end_subject && UCHAR21TEST(start_match) != first_char) in pcre_exec()
6803 while (start_match < end_subject && !WAS_NEWLINE(start_match)) in pcre_exec()
6806 ACROSSCHAR(start_match < end_subject, *start_match, in pcre_exec()
6812 while (start_match < end_subject && !WAS_NEWLINE(start_match)) in pcre_exec()
6821 start_match < end_subject && in pcre_exec()
6831 while (start_match < end_subject) in pcre_exec()
6845 end_subject = save_end_subject; in pcre_exec()
6858 (pcre_uint32)(end_subject - start_match) < study->minlength) in pcre_exec()
6878 if (has_req_char && end_subject - start_match < REQ_BYTE_MAX) in pcre_exec()
6889 while (p < end_subject) in pcre_exec()
6897 while (p < end_subject) in pcre_exec()
6906 if (p >= end_subject) in pcre_exec()
6923 pchars(start_match, end_subject - start_match, TRUE, md); in pcre_exec()
6978 ACROSSCHAR(new_start_match < end_subject, *new_start_match, in pcre_exec()
7013 if (anchored || start_match > end_subject) break; in pcre_exec()
7024 start_match < end_subject && in pcre_exec()
7148 offsets[1] = (int)(end_subject - (PCRE_PUCHAR)subject); in pcre_exec()