Home
last modified time | relevance | path

Searched refs:end_subject (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_exec.c135 if (is_subject && length > md->end_subject - p) length = md->end_subject - p; in pchars()
175 if (eptr >= md->end_subject) in match_ref()
2116 if (eptr < md->end_subject) 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()
6380 PCRE_PUCHAR end_subject; in pcre_exec() local
6557 end_subject = md->end_subject; in pcre_exec()
6768 end_subject = t; in pcre_exec()
[all …]
H A Dpcre_internal.h2548 PCRE_PUCHAR end_subject; /* End of the subject string */ member
2575 const pcre_uchar *end_subject; /* End of subject string */ member

Completed in 33 milliseconds